Searched refs:ViewGraph (Results 1 - 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
H A D | StmtViz.cpp | 23 llvm::ViewGraph(this,"AST");
|
/external/llvm/lib/Analysis/ |
H A D | CFGPrinter.cpp | 146 ViewGraph(this, "cfg" + getName()); 155 ViewGraph(this, "cfg" + getName(), true);
|
/external/llvm/lib/CodeGen/ |
H A D | ScheduleDAGPrinter.cpp | 86 ViewGraph(this, Name, false, Title);
|
H A D | EdgeBundles.cpp | 74 ViewGraph(*this, "EdgeBundles");
|
H A D | MachineFunction.cpp | 387 ViewGraph(this, "mf" + getName()); 397 ViewGraph(this, "mf" + getName(), true);
|
/external/llvm/include/llvm/Analysis/ |
H A D | DOTGraphTraitsPass.h | 35 ViewGraph(Graph, Name, Simple, Title);
|
/external/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 149 llvm::ViewGraph(this, "CallGraph");
|
H A D | CFG.cpp | 4061 llvm::ViewGraph(this,"CFG");
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 145 /// ViewGraph - Visualize the ExplodedGraph created by executing the 147 void ViewGraph(bool trim = false); 149 void ViewGraph(ExplodedNode** Beg, ExplodedNode** End);
|
/external/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 252 llvm::ViewGraph(*this, "Modules");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 148 ViewGraph(this, "dag." + getMachineFunction().getName(),
|
/external/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 340 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file, 344 void ViewGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2071 void ExprEngine::ViewGraph(bool trim) { function in class:ExprEngine 2088 ViewGraph(&Src[0], &Src[0]+Src.size()); 2094 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); 2102 void ExprEngine::ViewGraph(ExplodedNode** Beg, ExplodedNode** End) { function in class:ExprEngine 2112 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine");
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 606 Eng.ViewGraph(Mgr->options.TrimGraph);
|
Completed in 699 milliseconds