Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h474 struct RelocCompare { struct
475 explicit RelocCompare(const GNULDBackend& pBackend) : m_Backend(pBackend) {} in RelocCompare() argument
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2872 pSection.getRelocData()->sort(RelocCompare(*this)); in sortRelocation()
2924 bool GNULDBackend::RelocCompare::operator()(const Relocation& X, in operator ()()