Searched refs:RelocCompare (Results 1 – 2 of 2) sorted by relevance
480 struct RelocCompare { struct481 explicit RelocCompare(const GNULDBackend& pBackend) : m_Backend(pBackend) {} in RelocCompare() function
2878 pSection.getRelocData()->sort(RelocCompare(*this)); in sortRelocation()2940 bool GNULDBackend::RelocCompare::operator()(const Relocation& X, in operator ()()