Lines Matching refs:SectionMap
149 section_map SectionMap; member in __anon93f2c7df0111::WinCOFFObjectWriter
170 SectionMap.clear(); in reset()
335 SectionMap[&MCSec] = Section; in defineSection()
389 Sec = SectionMap[Base->getFragment()->getParent()]; in DefineSymbol()
619 COFFSection *Sec = SectionMap[&MCSec]; in writeSection()
719 assert(SectionMap.find(MCSec) != SectionMap.end() && in recordRelocation()
722 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
756 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
758 COFFSection *Section = SectionMap[TargetSection]; in recordRelocation()
960 COFFSection *Sec = SectionMap[&Section]; in assignFileOffsets()
1085 assert(SectionMap.count(AssocMCSec)); in writeObject()
1086 COFFSection *AssocSec = SectionMap[AssocMCSec]; in writeObject()
1107 assert(SectionMap.find(TargetSection) != SectionMap.end() && in writeObject()
1110 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()