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

References

lib/MC/MCSectionXCOFF.cpp
   38     OS << "\t.csect " << getSectionName() << "["
   48       OS << "\t.csect " << getSectionName() << "["
lib/MC/XCOFFObjectWriter.cpp
   72   StringRef getName() const { return MCCsect->getSectionName(); }
  282     if (nameShouldBeInStringTable(MCSec->getSectionName()))
  283       Strings.add(MCSec->getSectionName());