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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp831 if (DynsymCompare().needGNUHash(**symbol))
1219 if (DynsymCompare().needGNUHash(**symbol))
3065 bool GNULDBackend::DynsymCompare::needGNUHash(const LDSymbol& X) const function in class:GNULDBackend::DynsymCompare
3076 return !needGNUHash(*X) && needGNUHash(*Y);

Completed in 32 milliseconds