reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/WinCOFFObjectWriter.cpp
  161     SectionMap.clear();
  323   SectionMap[&MCSec] = Section;
  362     Sec = SectionMap[Base->getFragment()->getParent()];
  627     COFFSection *Sec = SectionMap[&MCSec];
  720   assert(SectionMap.find(MCSec) != SectionMap.end() &&
  720   assert(SectionMap.find(MCSec) != SectionMap.end() &&
  723   COFFSection *Sec = SectionMap[MCSec];
  757         SectionMap.find(TargetSection) != SectionMap.end() &&
  757         SectionMap.find(TargetSection) != SectionMap.end() &&
  759     Reloc.Symb = SectionMap[TargetSection]->Symbol;
  900     COFFSection *Sec = SectionMap[&Section];
 1024     assert(SectionMap.count(AssocMCSec));
 1025     COFFSection *AssocSec = SectionMap[AssocMCSec];
 1046       assert(SectionMap.find(TargetSection) != SectionMap.end() &&
 1046       assert(SectionMap.find(TargetSection) != SectionMap.end() &&
 1049       encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS);