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

Declarations

lib/IR/ModuleSummaryIndex.cpp
  218   void add(const Twine &Name, const Twine &Value,

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");
  448       A.add("label", getNodeLabel(VI, SummaryIt.second));
  450         A.add("fillcolor", "red", "dead");
  452         A.add("fillcolor", "yellow", "not eligible to import");