Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:SectionRelocMap

856   // Create a mapping, RelocSecs = SectionRelocMap[S], where sections
859 std::map<SectionRef, SmallVector<SectionRef, 1>> SectionRelocMap;
863 SectionRelocMap[*Sec2].push_back(Section);
957 for (const SectionRef &RelocSec : SectionRelocMap[Section]) {