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

References

lib/IR/ModuleSummaryIndex.cpp
  431         A.add("shape", "record", "function");
  433         A.add("style", "dotted,filled", "alias");
  434         A.add("shape", "box");
  436         A.add("shape", "Mrecord", "variable");
  438           A.addComment("immutable");
  440           A.addComment("writeOnly");
  443         A.addComment("dsoLocal");
  445         A.addComment("canAutoHide");
  448       A.add("label", getNodeLabel(VI, SummaryIt.second));
  450         A.add("fillcolor", "red", "dead");
  452         A.add("fillcolor", "yellow", "not eligible to import");
  454       OS << "    " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString()