reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
115 cl::init(GraphRenderer::StatType::NONE), 116 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 139 cl::init(GraphRenderer::StatType::NONE), 140 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 164 cl::init(GraphRenderer::StatType::NONE), 165 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 189 cl::init(GraphRenderer::StatType::NONE), 190 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 272 if (T == GraphDiffRenderer::StatType::NONE) 293 if (T == GraphDiffRenderer::StatType::NONE) 320 case GraphDiffRenderer::StatType::NONE: 339 case GraphDiffRenderer::StatType::NONE: 358 case GraphDiffRenderer::StatType::NONE: 388 if (VertexLabel != StatType::NONE)tools/llvm-xray/xray-graph-diff.h
62 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE, 63 StatType EdgeColor = StatType::NONE, 64 StatType VertexLabel = StatType::NONE, 65 StatType VertexColor = StatType::NONE,tools/llvm-xray/xray-graph.cpp
65 cl::init(GraphRenderer::StatType::NONE), 66 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 90 cl::init(GraphRenderer::StatType::NONE), 91 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 115 cl::init(GraphRenderer::StatType::NONE), 116 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 140 cl::init(GraphRenderer::StatType::NONE), 141 cl::values(clEnumValN(GraphRenderer::StatType::NONE, "none", 341 case GraphRenderer::StatType::NONE: 363 case GraphRenderer::StatType::NONE: 388 if (VT != StatType::NONE) 395 if (EC != StatType::NONE) 407 OS << "F" << V.first << " [label=\"" << (VT != StatType::NONE ? "{" : "") 410 if (VT != StatType::NONE) 414 if (VC != StatType::NONE)tools/llvm-xray/xray-graph.h
156 void exportGraphAsDOT(raw_ostream &OS, StatType EdgeLabel = StatType::NONE, 157 StatType EdgeColor = StatType::NONE, 158 StatType VertexLabel = StatType::NONE, 159 StatType VertexColor = StatType::NONE);