Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp74 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in getRelocSections() local
79 SectionRelocMap[*Sec2].push_back(Section); in getRelocSections()
83 return SectionRelocMap[Sec]; in getRelocSections()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp290 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; in DisassembleObject() local
294 SectionRelocMap[*Sec2].push_back(Section); in DisassembleObject()
332 for (const SectionRef &RelocSec : SectionRelocMap[Section]) { in DisassembleObject()