Lines Matching refs:SectionMap
144 section_map SectionMap; member in __anon7d37be940111::WinCOFFObjectWriter
162 SectionMap.clear(); in reset()
324 SectionMap[&MCSec] = Section; in defineSection()
363 Sec = SectionMap[Base->getFragment()->getParent()]; in DefineSymbol()
628 COFFSection *Sec = SectionMap[&MCSec]; in writeSection()
721 assert(SectionMap.find(MCSec) != SectionMap.end() && in recordRelocation()
724 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
758 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
760 Reloc.Symb = SectionMap[TargetSection]->Symbol; in recordRelocation()
901 COFFSection *Sec = SectionMap[&Section]; in assignFileOffsets()
1025 assert(SectionMap.count(AssocMCSec)); in writeObject()
1026 COFFSection *AssocSec = SectionMap[AssocMCSec]; in writeObject()
1047 assert(SectionMap.find(TargetSection) != SectionMap.end() && in writeObject()
1050 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()