Lines Matching refs:SectionMap
146 section_map SectionMap; member in __anon6e96ad630111::WinCOFFObjectWriter
168 SectionMap.clear(); in reset()
331 SectionMap[&MCSec] = Section; in defineSection()
371 Sec = SectionMap[Base->getFragment()->getParent()]; in DefineSymbol()
638 COFFSection *Sec = SectionMap[&MCSec]; in writeSection()
738 assert(SectionMap.find(MCSec) != SectionMap.end() && in recordRelocation()
741 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
775 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
777 Reloc.Symb = SectionMap[TargetSection]->Symbol; in recordRelocation()
964 COFFSection *Sec = SectionMap[&Section]; in assignFileOffsets()
1089 assert(SectionMap.count(AssocMCSec)); in writeObject()
1090 COFFSection *AssocSec = SectionMap[AssocMCSec]; in writeObject()
1111 assert(SectionMap.find(TargetSection) != SectionMap.end() && in writeObject()
1114 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()