Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1114 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in disassembleObject() local
1116 SectionAddresses.emplace_back(Sec.getAddress(), Sec); in disassembleObject()
1117 llvm::stable_sort(SectionAddresses, [](const auto &LHS, const auto &RHS) { in disassembleObject()
1139 SectionAddresses, [VA](const std::pair<uint64_t, SectionRef> &O) { in disassembleObject()
1142 if (Sec != SectionAddresses.begin()) { in disassembleObject()
1437 SectionAddresses, in disassembleObject()
1442 while (It != SectionAddresses.begin()) { in disassembleObject()