Lines Matching refs:SectionMap
145 section_map SectionMap; member in __anon1ceee7e50111::WinCOFFWriter
355 SectionMap[&MCSec] = Section; in defineSection()
408 Sec = SectionMap[Base->getFragment()->getParent()]; in DefineSymbol()
774 COFFSection *Sec = SectionMap[&Section]; in assignFileOffsets()
832 SectionMap.clear(); in reset()
880 assert(SectionMap.contains(MCSec) && in recordRelocation()
883 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
917 SectionMap.contains(TargetSection) && in recordRelocation()
919 COFFSection *Section = SectionMap[TargetSection]; in recordRelocation()
1088 assert(SectionMap.count(AssocMCSec)); in writeObject()
1089 COFFSection *AssocSec = SectionMap[AssocMCSec]; in writeObject()
1112 assert(SectionMap.contains(TargetSection) && in writeObject()
1115 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()