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

/external/swiftshader/third_party/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 std::string &Name, function in namespace:llvm
/external/llvm/include/llvm/Support/
H A DGraphWriter.h346 /// ViewGraph - Emit a dot graph, run 'dot', run gv on the postscript file,
350 void ViewGraph(const GraphType &G, const Twine &Name, function in namespace:llvm
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2765 void ExprEngine::ViewGraph(bool trim) { function in class:ExprEngine
2782 ViewGraph(Src);
2788 llvm::ViewGraph(*G.roots_begin(), "ExprEngine");
2796 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { function in class:ExprEngine
2806 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine");

Completed in 960 milliseconds