Lines Matching refs:SectionMap
143 section_map SectionMap; member in llvm::WinCOFFWriter
325 SectionMap[&MCSec] = Section; in defineSection()
378 Sec = SectionMap[MCSec]; in defineSymbol()
743 COFFSection *Sec = SectionMap[&Section]; in assignFileOffsets()
801 SectionMap.clear(); in reset()
847 assert(SectionMap.contains(MCSec) && in recordRelocation()
850 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
884 SectionMap.contains(TargetSection) && in recordRelocation()
886 COFFSection *Section = SectionMap[TargetSection]; in recordRelocation()
1054 assert(SectionMap.count(AssocMCSec)); in writeObject()
1055 COFFSection *AssocSec = SectionMap[AssocMCSec]; in writeObject()
1079 assert(SectionMap.contains(TargetSection) && in writeObject()
1082 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()