Home
last modified time | relevance | path

Searched refs:hasEntryInStrTab (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h86 bool hasEntryInStrTab(const LDSymbol& pSym) const;
DMipsLDBackend.cpp337 bool MipsGNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const { in hasEntryInStrTab() function in mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp748 if (hasEntryInStrTab(**symbol)) in sizeNamePools()
772 if (hasEntryInStrTab(**symbol)) in sizeNamePools()
876 if (hasEntryInStrTab(pSymbol)) { in emitSymbol32()
897 if (hasEntryInStrTab(pSymbol)) { in emitSymbol64()
973 if (hasEntryInStrTab(**symbol)) in emitRegNamePools()
1046 if (hasEntryInStrTab(**symbol)) in emitDynNamePools()
1288 bool GNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const { in hasEntryInStrTab() function in mcld::GNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h144 virtual bool hasEntryInStrTab(const LDSymbol& pSym) const;