Lines Matching refs:SectionMap
185 DenseMap<const MCSectionXCOFF *, XCOFFSection *> SectionMap; member in __anon7e89722d0111::XCOFFObjectWriter
287 SectionMap.clear(); in reset()
373 assert(SectionMap.find(MCSec) == SectionMap.end() && in executePostLayoutBinding()
385 SectionMap[MCSec] = &Group.back(); in executePostLayoutBinding()
399 SectionMap[ContainingCsect] = &UndefinedCsects.back(); in executePostLayoutBinding()
414 assert(SectionMap.find(ContainingCsect) != SectionMap.end() && in executePostLayoutBinding()
416 XCOFFSection *Csect = SectionMap[ContainingCsect]; in executePostLayoutBinding()
451 return SectionMap[ContainingCsect]->Address + in recordRelocation()
471 assert(SectionMap.find(SymASec) != SectionMap.end() && in recordRelocation()
488 const int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation()
506 assert(SectionMap.find(RelocationSec) != SectionMap.end() && in recordRelocation()
508 SectionMap[RelocationSec]->Relocations.push_back(Reloc); in recordRelocation()
518 assert(SectionMap.find(SymBSec) != SectionMap.end() && in recordRelocation()
532 SectionMap[RelocationSec]->Relocations.push_back(RelocB); in recordRelocation()