Searched refs:RelocAddressLess (Results 1 – 3 of 3) sorted by relevance
59 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
388 std::sort(Rels.begin(), Rels.end(), RelocAddressLess); in getPDataSection()
293 bool llvm::RelocAddressLess(RelocationRef a, RelocationRef b) { in RelocAddressLess() function in llvm965 std::sort(Rels.begin(), Rels.end(), RelocAddressLess); in DisassembleObject()