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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h68 const GraphT &getGraph() { return G; } function in class:llvm::xray::GraphDiffRenderer
H A Dxray-graph.h162 const GraphT &getGraph() { return G; } function in class:llvm::xray::GraphRenderer
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h25 static GraphT getGraph(AnalysisT *A) { return A; } function in struct:llvm::DefaultAnalysisGraphTraits
H A DLazyCallGraph.h322 LazyCallGraph &getGraph() const { return *G; } function in class:llvm::LazyCallGraph::Edge::Node
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { function in struct:__anon1690::RegionInfoPassGraphTraits
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { function in struct:__anon1654::DominatorTreeWrapperPassAnalysisGraphTraits
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { function in struct:__anon1654::PostDominatorTreeWrapperPassAnalysisGraphTraits
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h87 LinkGraph &getGraph() const { return *G; } function in class:llvm::jitlink::MachOLinkGraphBuilder
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h261 ExplodedGraph &getGraph() { return G; } function in class:clang::ento::ExprEngine
262 const ExplodedGraph &getGraph() const { return G; } function in class:clang::ento::ExprEngine
H A DCoreEngine.h140 ExplodedGraph &getGraph() { return G; } function in class:clang::ento::CoreEngine
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h252 const CFG *getGraph() const { return CFGraph; } function in class:clang::threadSafety::CFGWalker
253 CFG *getGraph() { return CFGraph; } function in class:clang::threadSafety::CFGWalker
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2432 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { function in class:PathSensitiveBugReporter

Completed in 229 milliseconds