Searched refs:exportGraphAsDOT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.h | 63 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
|
| H A D | xray-graph.h | 158 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
|
| H A D | xray-graph-diff.cpp | 373 void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel, in exportGraphAsDOT() function in GraphDiffRenderer 479 GDR.exportGraphAsDOT(OS, GraphDiffEdgeLabel, GraphDiffEdgeColor, in __anon25b2bc730102()
|
| H A D | xray-graph.cpp | 385 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT() function in GraphRenderer 517 GR.exportGraphAsDOT(OS, GraphEdgeLabel, GraphEdgeColorType, GraphVertexLabel, in __anon8b29e32d0302()
|