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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h85 /// hasEntryInStrTab - symbol has an entry in a .strtab
86 bool hasEntryInStrTab(const LDSymbol& pSym) const;
H A DMipsLDBackend.cpp337 bool MipsGNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const { function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h143 /// hasEntryInStrTab - symbol has an entry in a .strtab
144 virtual bool hasEntryInStrTab(const LDSymbol& pSym) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp748 if (hasEntryInStrTab(**symbol))
772 if (hasEntryInStrTab(**symbol))
876 if (hasEntryInStrTab(pSymbol)) {
897 if (hasEntryInStrTab(pSymbol)) {
973 if (hasEntryInStrTab(**symbol))
1046 if (hasEntryInStrTab(**symbol))
1288 bool GNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const { function in class:mcld::GNULDBackend

Completed in 3669 milliseconds