Searched refs:exportGraphAsDOT (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.h | 62 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
|
| H A D | xray-graph.h | 156 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
|
| H A D | xray-graph-diff.cpp | 359 void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel, in exportGraphAsDOT() function in GraphDiffRenderer 465 GDR.exportGraphAsDOT(OS, GraphDiffEdgeLabel, GraphDiffEdgeColor, in __anon56ae4c9e0102()
|
| H A D | xray-graph.cpp | 401 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT() function in GraphRenderer 532 GR.exportGraphAsDOT(OS, GraphEdgeLabel, GraphEdgeColorType, GraphVertexLabel, in __anona1e4ec780302()
|