Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-graph-diff.h63 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
Dxray-graph.h158 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE,
Dxray-graph-diff.cpp373 void GraphDiffRenderer::exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel, in exportGraphAsDOT() function in GraphDiffRenderer
479 GDR.exportGraphAsDOT(OS, GraphDiffEdgeLabel, GraphDiffEdgeColor, in __anon729aabd10102()
Dxray-graph.cpp381 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT() function in GraphRenderer
513 GR.exportGraphAsDOT(OS, GraphEdgeLabel, GraphEdgeColorType, GraphVertexLabel, in __anonf9893fcb0302()