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

/freebsd-12-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.cpp359 void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel, function in class:GraphDiffRenderer
465 GDR.exportGraphAsDOT(OS, GraphDiffEdgeLabel, GraphDiffEdgeColor,
H A Dxray-graph.cpp377 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, function in class:GraphRenderer
507 GR.exportGraphAsDOT(OS, GraphEdgeLabel, GraphEdgeColorType, GraphVertexLabel,

Completed in 160 milliseconds