Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1025 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in DisassembleObject() local
1027 SectionAddresses.emplace_back(Sec.getAddress(), Sec); in DisassembleObject()
1028 array_pod_sort(SectionAddresses.begin(), SectionAddresses.end()); in DisassembleObject()
1043 SectionAddresses.begin(), SectionAddresses.end(), VA, in DisassembleObject()
1047 if (Sec != SectionAddresses.begin()) in DisassembleObject()
1050 Sec = SectionAddresses.end(); in DisassembleObject()
1052 if (Sec != SectionAddresses.end()) in DisassembleObject()
1235 SectionAddresses.begin(), SectionAddresses.end(), Target, in DisassembleObject()
1240 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1346 std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses; in DisassembleObject() local
1348 SectionAddresses.emplace_back(Sec.getAddress(), Sec); in DisassembleObject()
1349 array_pod_sort(SectionAddresses.begin(), SectionAddresses.end()); in DisassembleObject()
1364 SectionAddresses.begin(), SectionAddresses.end(), VA, in DisassembleObject()
1368 if (Sec != SectionAddresses.begin()) in DisassembleObject()
1371 Sec = SectionAddresses.end(); in DisassembleObject()
1373 if (Sec != SectionAddresses.end()) in DisassembleObject()
1708 SectionAddresses.begin(), SectionAddresses.end(), Target, in DisassembleObject()
1713 if (SectionAddress != SectionAddresses.begin()) { in DisassembleObject()