Lines Matching defs:SectionMap
143 section_map SectionMap;
325 SectionMap[&MCSec] = Section;
378 Sec = SectionMap[MCSec];
743 COFFSection *Sec = SectionMap[&Section];
801 SectionMap.clear();
847 assert(SectionMap.contains(MCSec) &&
850 COFFSection *Sec = SectionMap[MCSec];
884 SectionMap.contains(TargetSection) &&
886 COFFSection *Section = SectionMap[TargetSection];
1054 assert(SectionMap.count(AssocMCSec));
1055 COFFSection *AssocSec = SectionMap[AssocMCSec];
1079 assert(SectionMap.contains(TargetSection) &&
1082 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS);