Searched defs:hasEntryInStrTab (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp337 bool MipsGNULDBackend::hasEntryInStrTab(const LDSymbol& pSym) const { function in class:mcld::MipsGNULDBackend
/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 73 milliseconds