Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp80 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; variable
88 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocatedSymbols()
112 for (const SectionRef &SR : SectionRelocMap[Sec]) { in collectRelocationOffsets()
176 SectionRelocMap.clear(); in dumpCXXData()
184 SectionRelocMap[*Sec2].push_back(Section); in dumpCXXData()