/external/llvm/lib/Analysis/ |
D | CFGPrinter.cpp | 145 ViewGraph(this, "cfg" + getName()); in viewCFG() 154 ViewGraph(this, "cfg" + getName(), true); in viewCFGOnly()
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 33 ViewGraph(Graph, Name, Simple, Title); in runOnFunction() 92 ViewGraph(Graph, Name, Simple, Title); in runOnModule()
|
/external/clang/lib/AST/ |
D | StmtViz.cpp | 23 llvm::ViewGraph(this,"AST"); in viewAST()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGPrinter.cpp | 90 ViewGraph(this, Name, false, Title); in viewGraph()
|
D | EdgeBundles.cpp | 74 ViewGraph(*this, "EdgeBundles"); in view()
|
D | MachineFunction.cpp | 404 ViewGraph(this, "mf" + getName()); in viewCFG() 414 ViewGraph(this, "mf" + getName(), true); in viewCFGOnly()
|
D | MachineScheduler.cpp | 2775 ViewGraph(this, Name, false, Title); in viewGraph()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DebugCheckers.cpp | 194 Eng.ViewGraph(0); in checkEndAnalysis()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 150 void ViewGraph(bool trim = false); 154 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes);
|
/external/clang/lib/Analysis/ |
D | CallGraph.cpp | 205 llvm::ViewGraph(this, "CallGraph"); in viewGraph()
|
D | CFG.cpp | 4041 llvm::ViewGraph(this,"CFG"); in viewCFG()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 148 ViewGraph(this, "dag." + getMachineFunction().getName(), in viewGraph()
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 346 void ViewGraph(const GraphType &G, const Twine &Name,
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 442 llvm::ViewGraph(*this, "Modules"); in viewGraph()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2449 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/ |
D | AnalysisConsumer.cpp | 636 Eng.ViewGraph(Mgr->options.TrimGraph); in ActionExprEngine()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2007-OriginalClangReadme.txt | 128 see: http://llvm.org/docs/ProgrammersManual.html#ViewGraph
|
/external/llvm/docs/tutorial/ |
D | LangImpl5.rst | 199 window will pop up <../ProgrammersManual.html#ViewGraph>`_ and you'll
|
D | OCamlLangImpl5.rst | 178 window will pop up <../ProgrammersManual.html#ViewGraph>`_ and you'll
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 818 system <ProgrammersManual.html#ViewGraph>`_ to add support for it).
|