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

/freebsd-11-stable/contrib/llvm-project/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
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { function in struct:llvm::AnalysisCallGraphWrapperPassTraits
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { function in struct:__anon1645::RegionInfoPassGraphTraits
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { function in struct:__anon1615::DominatorTreeWrapperPassAnalysisGraphTraits
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { function in struct:__anon1615::PostDominatorTreeWrapperPassAnalysisGraphTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h27 static GraphT getGraph(AnalysisT *A) { return A; } function in struct:llvm::DefaultAnalysisGraphTraits
H A DLazyCallGraph.h332 LazyCallGraph &getGraph() const { return *G; } function in class:llvm::LazyCallGraph::Edge::Node
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h80 LinkGraph &getGraph() const { return *G; } function in class:llvm::jitlink::MachOLinkGraphBuilder
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h237 ExplodedGraph &getGraph() { return G; } function in class:clang::ento::ExprEngine
238 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
/freebsd-11-stable/contrib/llvm-project/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
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2384 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { function in class:PathSensitiveBugReporter

Completed in 204 milliseconds