Searched refs:ViewGraph (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/AST/
H A DStmtViz.cpp23 llvm::ViewGraph(this,"AST");
/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp146 ViewGraph(this, "cfg" + getName());
155 ViewGraph(this, "cfg" + getName(), true);
/external/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp86 ViewGraph(this, Name, false, Title);
H A DEdgeBundles.cpp74 ViewGraph(*this, "EdgeBundles");
H A DMachineFunction.cpp387 ViewGraph(this, "mf" + getName());
397 ViewGraph(this, "mf" + getName(), true);
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h35 ViewGraph(Graph, Name, Simple, Title);
/external/clang/lib/Analysis/
H A DCallGraph.cpp149 llvm::ViewGraph(this, "CallGraph");
H A DCFG.cpp4061 llvm::ViewGraph(this,"CFG");
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h145 /// 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 DModuleManager.cpp252 llvm::ViewGraph(*this, "Modules");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp148 ViewGraph(this, "dag." + getMachineFunction().getName(),
/external/llvm/include/llvm/Support/
H A DGraphWriter.h340 /// 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 DExprEngine.cpp2071 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 DAnalysisConsumer.cpp606 Eng.ViewGraph(Mgr->options.TrimGraph);

Completed in 699 milliseconds