Searched defs:SectionRelocMap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp67 static std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap; variable
75 for (const SectionRef &SR : SectionRelocMap[Sec]) {
99 for (const SectionRef &SR : SectionRelocMap[Sec]) {
163 SectionRelocMap.clear();
167 SectionRelocMap[*Sec2].push_back(Section);

Completed in 59 milliseconds