Home
last modified time | relevance | path

Searched refs:ViewGraph (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Analysis/
DCFGPrinter.cpp145 ViewGraph(this, "cfg" + getName()); in viewCFG()
154 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h33 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
92 ViewGraph(Graph, Name, Simple, Title); in runOnModule()
/external/clang/lib/AST/
DStmtViz.cpp23 llvm::ViewGraph(this,"AST"); in viewAST()
/external/llvm/lib/CodeGen/
DScheduleDAGPrinter.cpp90 ViewGraph(this, Name, false, Title); in viewGraph()
DEdgeBundles.cpp74 ViewGraph(*this, "EdgeBundles"); in view()
DMachineFunction.cpp404 ViewGraph(this, "mf" + getName()); in viewCFG()
414 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
DMachineScheduler.cpp2775 ViewGraph(this, Name, false, Title); in viewGraph()
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp194 Eng.ViewGraph(0); in checkEndAnalysis()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h150 void ViewGraph(bool trim = false);
154 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
/external/clang/lib/Analysis/
DCallGraph.cpp205 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
DCFG.cpp4041 llvm::ViewGraph(this,"CFG"); in viewCFG()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp148 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
/external/llvm/include/llvm/Support/
DGraphWriter.h346 void ViewGraph(const GraphType &G, const Twine &Name,
/external/clang/lib/Serialization/
DModuleManager.cpp442 llvm::ViewGraph(*this, "Modules"); in viewGraph()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2449 void ExprEngine::ViewGraph(bool trim) { in ViewGraph() function in ExprEngine
2466 ViewGraph(Src); in ViewGraph()
2472 llvm::ViewGraph(*G.roots_begin(), "ExprEngine"); in ViewGraph()
2480 void ExprEngine::ViewGraph(ArrayRef<const ExplodedNode*> Nodes) { in ViewGraph() function in ExprEngine
2490 llvm::ViewGraph(*TrimmedG->roots_begin(), "TrimmedExprEngine"); in ViewGraph()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp636 Eng.ViewGraph(Mgr->options.TrimGraph); in ActionExprEngine()
/external/llvm/docs/HistoricalNotes/
D2007-OriginalClangReadme.txt128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph
/external/llvm/docs/tutorial/
DLangImpl5.rst199 window will pop up <../ProgrammersManual.html#ViewGraph>`_ and you'll
DOCamlLangImpl5.rst178 window will pop up <../ProgrammersManual.html#ViewGraph>`_ and you'll
/external/llvm/docs/
DCodeGenerator.rst818 system <ProgrammersManual.html#ViewGraph>`_ to add support for it).