Home
last modified time | relevance | path

Searched refs:RelocAddressLess (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp147 static bool RelocAddressLess(RelocationRef a, RelocationRef b) { in RelocAddressLess() function
207 std::sort(Rels.begin(), Rels.end(), RelocAddressLess); in DisassembleObject()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h66 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
DCOFFDump.cpp461 std::sort(Rels.begin(), Rels.end(), RelocAddressLess); in getPDataSection()
Dllvm-objdump.cpp358 bool llvm::RelocAddressLess(RelocationRef a, RelocationRef b) { in RelocAddressLess() function in llvm
1100 std::sort(Rels.begin(), Rels.end(), RelocAddressLess); in DisassembleObject()