/external/llvm-project/clang-tools-extra/clang-move/ |
D | HelperDeclRefGraph.h | 83 const HelperDeclRefGraph *getGraph() const { return RG.get(); } in getGraph() function
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-graph-diff.h | 68 const GraphT &getGraph() { return G; } in getGraph() function
|
D | xray-graph.h | 162 const GraphT &getGraph() { return G; } in getGraph() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 159 ExplodedGraph& getGraph() { return G; } in getGraph() function 160 const ExplodedGraph& getGraph() const { return G; } in getGraph() function
|
/external/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function 115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
|
D | CallPrinter.cpp | 39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
|
D | RegionPrinter.cpp | 146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function 131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
|
D | RegionPrinter.cpp | 146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomPrinter.cpp | 101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function 131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
|
D | CallPrinter.cpp | 39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
|
D | RegionPrinter.cpp | 146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 261 ExplodedGraph &getGraph() { return G; } in getGraph() function 262 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
|
D | CoreEngine.h | 140 ExplodedGraph &getGraph() { return G; } in getGraph() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 25 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
|
D | LazyCallGraph.h | 332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
|
/external/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
|
D | LazyCallGraph.h | 235 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DOTGraphTraitsPass.h | 27 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
|
D | LazyCallGraph.h | 332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 235 const CFG *getGraph() const { return CFGraph; } in getGraph() function 236 CFG *getGraph() { return CFGraph; } in getGraph() function
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.h | 128 Graph *getGraph() const { return graph; } in getGraph() function
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 252 const CFG *getGraph() const { return CFGraph; } in getGraph() function 253 CFG *getGraph() { return CFGraph; } in getGraph() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.h | 80 LinkGraph &getGraph() const { return *G; } in getGraph() function
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.h | 86 LinkGraph &getGraph() const { return *G; } in getGraph() function
|