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

References

lib/MC/WinCOFFObjectWriter.cpp
  295   COFFSection *Section = createSection(MCSec.getSectionName());
  296   COFFSymbol *Symbol = createSymbol(MCSec.getSectionName());
  302   if (MCSec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) {
  303     if (const MCSymbol *S = MCSec.getCOMDATSymbol()) {
  315   Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection();
  318   Section->Header.Characteristics = MCSec.getCharacteristics();
  319   Section->Header.Characteristics |= getAlignment(MCSec);
  322   Section->MCSection = &MCSec;
  323   SectionMap[&MCSec] = Section;