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

/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp72 new_sym->setDesc(ResolveInfo::Define);
73 old_sym->setDesc(ResolveInfo::Define);
90 new_sym->setDesc(ResolveInfo::Undefined);
91 old_sym->setDesc(ResolveInfo::Define);
117 new_sym->setDesc(ResolveInfo::Define);
118 old_sym->setDesc(ResolveInfo::Define);
144 new_sym->setDesc(ResolveInfo::Undefined);
145 old_sym->setDesc(ResolveInfo::Undefined);
197 old_sym->setDesc(ResolveInfo::Define);
198 new_sym->setDesc(ResolveInf
[all...]
H A DSymbolCategoryTest.cpp55 c->setDesc(ResolveInfo::Common);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp38 result->setDesc(pDesc);
77 new_symbol->setDesc(pDesc);
H A DResolveInfo.cpp91 void ResolveInfo::setDesc(uint32_t pDesc) function in class:ResolveInfo
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h110 void setDesc(uint32_t pDesc);
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp279 info->setDesc(pDesc);
332 info->setDesc(pDesc);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp566 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
593 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1317 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
1343 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);

Completed in 90 milliseconds