Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp75 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; variable
83 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocatedSymbols()
107 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocationOffsets()
171 SectionRelocMap.clear(); in dumpCXXData()
175 SectionRelocMap[*Sec2].push_back(Section); in dumpCXXData()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1387 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in disassembleObject() local
1391 SectionRelocMap[*Sec2].push_back(Section); in disassembleObject()
1520 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in disassembleObject()