Lines Matching defs:SectionMap
142 section_map SectionMap;
325 SectionMap[&MCSec] = Section;
378 Sec = SectionMap[MCSec];
743 COFFSection *Sec = SectionMap[&Section];
804 SectionMap.clear();
859 assert(SectionMap.contains(MCSec) &&
862 COFFSection *Sec = SectionMap[MCSec];
896 SectionMap.contains(TargetSection) &&
898 COFFSection *Section = SectionMap[TargetSection];
1067 assert(SectionMap.count(AssocMCSec));
1068 COFFSection *AssocSec = SectionMap[AssocMCSec];
1092 assert(SectionMap.contains(TargetSection) &&
1095 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS);
1161 return SectionMap.at(&Section)->Number;