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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h84 /// hasEntryInStrTab - symbol has an entry in a .strtab
85 bool hasEntryInStrTab(const LDSymbol& pSym) const;
H A DMipsLDBackend.cpp287 bool MipsGNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const function in class:MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h144 /// hasEntryInStrTab - symbol has an entry in a .strtab
145 virtual bool hasEntryInStrTab(const LDSymbol& pSym) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp795 if (hasEntryInStrTab(**symbol))
819 if (hasEntryInStrTab(**symbol))
926 if (hasEntryInStrTab(pSymbol)) {
949 if (hasEntryInStrTab(pSymbol)) {
1027 if (hasEntryInStrTab(**symbol))
1104 if (hasEntryInStrTab(**symbol))
1346 bool GNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const function in class:GNULDBackend

Completed in 273 milliseconds