/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 89 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false, in viewGraph() 93 ViewGraph(this, "dag." + MF.getFunction()->getNameStr(), false, in viewGraph()
|
D | EdgeBundles.cpp | 74 ViewGraph(*this, "EdgeBundles"); in view()
|
D | MachineFunction.cpp | 371 ViewGraph(this, "mf" + getFunction()->getNameStr()); in viewCFG() 381 ViewGraph(this, "mf" + getFunction()->getNameStr(), true); in viewCFGOnly()
|
/external/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 146 ViewGraph(this, "cfg" + getNameStr()); in viewCFG() 155 ViewGraph(this, "cfg" + getNameStr(), true); in viewCFGOnly()
|
/external/clang/lib/AST/ |
D | StmtViz.cpp | 23 llvm::ViewGraph(this,"AST"); in viewAST()
|
/external/llvm/include/llvm/CompilerDriver/ |
D | BuiltinOptions.h | 33 extern llvm::cl::opt<bool> ViewGraph;
|
/external/llvm/lib/CompilerDriver/ |
D | BuiltinOptions.cpp | 46 cl::opt<bool> ViewGraph("view-graph", variable
|
D | Main.cpp | 118 if (ViewGraph) { in Main()
|
D | CompilationGraph.cpp | 654 llvm::ViewGraph(this, "compilation-graph"); in viewGraph()
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 35 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
|
/external/clang/lib/Index/ |
D | CallGraph.cpp | 132 llvm::ViewGraph(*this, "CallGraph"); in ViewCallGraph()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 124 void ViewGraph(bool trim = false); 126 void ViewGraph(ExplodedNode** Beg, ExplodedNode** End);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 151 ViewGraph(this, "dag." + getMachineFunction().getFunction()->getNameStr(), in viewGraph()
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 344 void ViewGraph(const GraphType &G, const std::string &Name,
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 327 Eng.ViewGraph(mgr.shouldTrimGraph()); in ActionExprEngine()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 3233 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine 3252 ViewGraph(&Src[0], &Src[0]+Src.size()); in ViewGraph() 3258 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph() 3266 void ExprEngine::ViewGraph(ExplodedNode** Beg, ExplodedNode** End) { in ViewGraph() function in ExprEngine 3276 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3687 llvm::ViewGraph(this,"CFG"); in viewCFG()
|