Searched refs:exportGraphAsDOT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h62 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
H A Dxray-graph.h156 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
H A Dxray-graph-diff.cpp361 void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel, function in class:GraphDiffRenderer
467 GDR.exportGraphAsDOT(OS, GraphDiffEdgeLabel, GraphDiffEdgeColor,
H A Dxray-graph.cpp401 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, function in class:GraphRenderer
532 GR.exportGraphAsDOT(OS, GraphEdgeLabel, GraphEdgeColorType, GraphVertexLabel,

Completed in 94 milliseconds