Searched defs:ViewGraph (Results 1 - 2 of 2) sorted by relevance

/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.cpp2030 void ExprEngine::ViewGraph(bool trim) { function in class:ExprEngine
2047 ViewGraph(&Src[0], &Src[0]+Src.size());
2053 llvm::ViewGraph(*G.roots_begin(), "ExprEngine");
2061 void ExprEngine::ViewGraph(ExplodedNode** Beg, ExplodedNode** End) { function in class:ExprEngine
2071 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine");

Completed in 46 milliseconds