Home
last modified time | relevance | path

Searched refs:getGraph (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h30 static GraphT getGraph(Result R) { return &R; } in getGraph() function
67 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run()
147 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run()
175 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
202 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
241 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
265 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
291 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
H A DLazyCallGraph.h318 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
74 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
H A DRegionPrinter.cpp133 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp153 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation()
167 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.h36 LinkGraph &getGraph() const { return *G; } in getGraph() function
H A DCOFF_x86_64.cpp96 Symbol *ImageBase = GetImageBaseSymbol()(getGraph()); in addSingleRelocation()
155 auto *AbsSym = &getGraph().addAbsoluteSymbol( in addSingleRelocation()
H A DXCOFF_ppc64.cpp70 defineTOCSymbol(getGraph()); in XCOFFJITLinker_ppc64()
H A DJITLinkGeneric.h46 LinkGraph &getGraph() { return *G; } in getGraph() function
H A DMachOLinkGraphBuilder.h90 LinkGraph &getGraph() const { return *G; } in getGraph() function
H A DCOFFLinkGraphBuilder.h45 LinkGraph &getGraph() const { return *G; } in getGraph() function
H A DELF_x86_64.cpp258 if (shouldAddDefaultTargetPasses(getGraph().getTargetTriple())) in ELFJITLinker_x86_64()
H A DELF_aarch64.cpp42 if (shouldAddDefaultTargetPasses(getGraph().getTargetTriple())) in ELFJITLinker_aarch64()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h67 const GraphT &getGraph() { return G; }
68 const GraphT &getGraph() { return G; } getGraph() function
H A Dxray-graph.h162 const GraphT &getGraph() { return G; } in getGraph() function
H A Dxray-graph-diff.cpp447 Graphs[i] = GraphRenderer.getGraph(); in __anon0eabb36e0102()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h255 const CFG *getGraph() const { return CFGraph; } in getGraph() function
256 CFG *getGraph() { return CFGraph; } in getGraph() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h257 LinkGraph &getGraph() { return G; } in getGraph() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h256 ExplodedGraph &getGraph() { return G; } in getGraph() function
257 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
H A DCoreEngine.h147 ExplodedGraph &getGraph() { return G; } in getGraph() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h702 const ExplodedGraph &getGraph() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2519 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter
2520 return Eng.getGraph(); in getGraph()
2892 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
H A DExprEngine.cpp227 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2439 CFG *CFGraph = walker.getGraph(); in runAnalysis()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc7167 {"_ZN5clang4ento13GRBugReporter8getGraphEv", "clang::ento::GRBugReporter::getGraph()"},