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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtViz.cpp23 llvm::ViewGraph(this,"AST");
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DCFGPrinter.cpp145 ViewGraph(this, "cfg" + getName());
154 ViewGraph(this, "cfg" + getName(), true);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp90 ViewGraph(this, Name, false, Title);
H A DEdgeBundles.cpp74 ViewGraph(*this, "EdgeBundles");
H A DMachineFunction.cpp398 ViewGraph(this, "mf" + getName());
408 ViewGraph(this, "mf" + getName(), true);
H A DMachineScheduler.cpp2670 ViewGraph(this, Name, false, Title);
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h33 ViewGraph(Graph, Name, Simple, Title);
92 ViewGraph(Graph, Name, Simple, Title);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h150 void ViewGraph(bool trim = false);
154 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp148 ViewGraph(this, "dag." + getMachineFunction().getName(),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp205 llvm::ViewGraph(this, "CallGraph");
H A DCFG.cpp4133 llvm::ViewGraph(this,"CFG");
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h352 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
356 void ViewGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DModuleManager.cpp442 llvm::ViewGraph(*this, "Modules");
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2407 void ExprEngine::ViewGraph(bool trim) { function in class:ExprEngine
2424 ViewGraph(Src);
2430 llvm::ViewGraph(*G.roots_begin(), "ExprEngine");
2438 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { function in class:ExprEngine
2448 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine");
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp635 Eng.ViewGraph(Mgr->options.TrimGraph);

Completed in 274 milliseconds