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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h79 /// hasEntryInStrTab - symbol has an entry in a .strtab
80 bool hasEntryInStrTab(const LDSymbol& pSym) const;
H A DMipsLDBackend.cpp181 bool MipsGNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const function in class: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.cpp752 if (hasEntryInStrTab(**symbol))
773 if (hasEntryInStrTab(**symbol))
909 if (hasEntryInStrTab(pSymbol)) {
932 if (hasEntryInStrTab(pSymbol)) {
1008 if (hasEntryInStrTab(**symbol))
1085 if (hasEntryInStrTab(**symbol))
1327 bool GNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const function in class:GNULDBackend

Completed in 50 milliseconds