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

References

tools/llvm-xray/xray-graph.cpp
  386   OS << "digraph xray {\n";
  389     OS << "node [shape=record];\n";
  393     OS << "F" << E.first.first << " -> "
  396       OS << " color=\""
  400     OS << "];\n";
  407     OS << "F" << V.first << " [label=\"" << (VT != StatType::NONE ? "{" : "")
  411       OS << "|" << VA.S.getString(VT) << "}\"";
  413       OS << "\"";
  415       OS << " color=\""
  419     OS << "];\n";
  421   OS << "}\n";