Home
last modified time | relevance | path

Searched refs:RelocCompare (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h480 struct RelocCompare { struct
481 explicit RelocCompare(const GNULDBackend& pBackend) : m_Backend(pBackend) {} in RelocCompare() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2878 pSection.getRelocData()->sort(RelocCompare(*this)); in sortRelocation()
2940 bool GNULDBackend::RelocCompare::operator()(const Relocation& X, in operator ()()