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

References

lib/MC/WinCOFFObjectWriter.cpp
  297   Section->Symbol = Symbol;
  298   Symbol->Section = Section;
  307       COMDATSymbol->Section = Section;
  318   Section->Header.Characteristics = MCSec.getCharacteristics();
  319   Section->Header.Characteristics |= getAlignment(MCSec);
  322   Section->MCSection = &MCSec;
  323   SectionMap[&MCSec] = Section;