Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp55 new_sym->setDesc(ResolveInfo::Define); in TEST_F()
56 old_sym->setDesc(ResolveInfo::Define); in TEST_F()
73 new_sym->setDesc(ResolveInfo::Undefined); in TEST_F()
74 old_sym->setDesc(ResolveInfo::Define); in TEST_F()
100 new_sym->setDesc(ResolveInfo::Define); in TEST_F()
101 old_sym->setDesc(ResolveInfo::Define); in TEST_F()
127 new_sym->setDesc(ResolveInfo::Undefined); in TEST_F()
128 old_sym->setDesc(ResolveInfo::Undefined); in TEST_F()
180 old_sym->setDesc(ResolveInfo::Define); in TEST_F()
181 new_sym->setDesc(ResolveInfo::Define); in TEST_F()
[all …]
DSymbolCategoryTest.cpp55 c->setDesc(ResolveInfo::Common); in TEST_F()
99 d->setDesc(ResolveInfo::Common); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DNamePool.cpp46 (*result)->setDesc(pDesc); in createSymbol()
84 new_symbol->setDesc(pDesc); in insertSymbol()
DResolveInfo.cpp99 void ResolveInfo::setDesc(uint32_t pDesc) in setDesc() function in ResolveInfo
DELFReader.cpp517 result->setDesc(getSymDesc(st_shndx, pInput)); in readSignature()
1073 result->setDesc(getSymDesc(st_shndx, pInput)); in readSignature()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp314 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
341 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h116 void setDesc(uint32_t pDesc);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp734 info->setDesc(pDesc); in AddSymbol()
785 info->setDesc(pDesc); in AddSymbol()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp786 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
846 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1599 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()
1625 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define); in allocateCommonSymbols()