Searched refs:setDesc (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp51 new_sym->setDesc(ResolveInfo::Define);
52 old_sym->setDesc(ResolveInfo::Define);
69 new_sym->setDesc(ResolveInfo::Undefined);
70 old_sym->setDesc(ResolveInfo::Define);
96 new_sym->setDesc(ResolveInfo::Define);
97 old_sym->setDesc(ResolveInfo::Define);
123 new_sym->setDesc(ResolveInfo::Undefined);
124 old_sym->setDesc(ResolveInfo::Undefined);
175 old_sym->setDesc(ResolveInfo::Define);
176 new_sym->setDesc(ResolveInf
[all...]
H A DSymbolCategoryTest.cpp50 c->setDesc(ResolveInfo::Common);
94 d->setDesc(ResolveInfo::Common);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp46 (*result)->setDesc(pDesc);
83 new_symbol->setDesc(pDesc);
H A DResolveInfo.cpp96 void ResolveInfo::setDesc(uint32_t pDesc) { function in class:mcld::ResolveInfo
H A DELFReader.cpp468 result->setDesc(getSymDesc(st_shndx, pInput));
962 result->setDesc(getSymDesc(st_shndx, pInput));
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h98 void setDesc(uint32_t pDesc);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp678 info->setDesc(pDesc);
728 info->setDesc(pDesc);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp790 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
848 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp625 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
652 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1547 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
1573 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);

Completed in 171 milliseconds