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

/external/llvm/include/llvm/Support/
H A DGraphWriter.h345 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
349 void ViewGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2550 void ExprEngine::ViewGraph(bool trim) { function in class:ExprEngine
2567 ViewGraph(Src);
2573 llvm::ViewGraph(*G.roots_begin(), "ExprEngine");
2581 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { function in class:ExprEngine
2591 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine");

Completed in 349 milliseconds