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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp783 if (DynsymCompare().needGNUHash(**symbol))
1163 if (DynsymCompare().needGNUHash(**symbol))
2928 bool GNULDBackend::DynsymCompare::needGNUHash(const LDSymbol& X) const { function in class:mcld::GNULDBackend::DynsymCompare
2937 return !needGNUHash(*X) && needGNUHash(*Y);

Completed in 73 milliseconds