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

References

lib/MC/MCSectionCOFF.cpp
   42     OS << '\t' << getSectionName() << '\n';
   46   OS << "\t.section\t" << getSectionName() << ",\"";
   48     OS << 'd';
   50     OS << 'b';
   52     OS << 'x';
   54     OS << 'w';
   56     OS << 'r';
   58     OS << 'y';
   60     OS << 'n';
   62     OS << 's';
   65     OS << 'D';
   66   OS << '"';
   70       OS << ",";
   72       OS << "\n\t.linkonce\t";
   75         OS << "one_only";
   78         OS << "discard";
   81         OS << "same_size";
   84         OS << "same_contents";
   87         OS << "associative";
   90         OS << "largest";
   93         OS << "newest";
  100       OS << ",";
  101       COMDATSymbol->print(OS, &MAI);
  104   OS << '\n';