Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp358 void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel, in exportGraphAsDOT() function in GraphDiffRenderer
464 GDR.exportGraphAsDOT(OS, GraphDiffEdgeLabel, GraphDiffEdgeColor, in __anonb07244a20102()
H A Dxray-graph.cpp400 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT() function in GraphRenderer
531 GR.exportGraphAsDOT(OS, GraphEdgeLabel, GraphEdgeColorType, GraphVertexLabel, in __anon7c88d1fc0302()