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