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

Declarations

tools/llvm-xray/xray-graph.h
   51     std::string getString(StatType T) const;

References

tools/llvm-xray/xray-graph.cpp
  394        << "F" << E.first.second << " [label=\"" << S.getString(ET) << "\"";
  411       OS << "|" << VA.S.getString(VT) << "}\"";