Home
last modified time | relevance | path

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

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