Home
last modified time | relevance | path

Searched defs:getGraph (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h68 const GraphT &getGraph() { return G; } in getGraph() function
H A Dxray-graph.h162 const GraphT &getGraph() { return G; } in getGraph() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h261 ExplodedGraph &getGraph() { return G; } in getGraph() function
262 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
H A DCoreEngine.h140 ExplodedGraph &getGraph() { return G; } in getGraph() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h25 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
H A DLazyCallGraph.h322 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h252 const CFG *getGraph() const { return CFGraph; } in getGraph() function
253 CFG *getGraph() { return CFGraph; } in getGraph() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h87 LinkGraph &getGraph() const { return *G; } in getGraph() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2432 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter