| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DOTGraphTraitsPass.h | 30 static GraphT getGraph(Result R) { return &R; } in getGraph() function 67 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() 150 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() 178 static GraphT getGraph(AnalysisT *A) { return A; } 205 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() 244 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() 268 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() 294 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() 179 static GraphT getGraph(AnalysisT *A) { return A; } getGraph() function
|
| H A D | LazyCallGraph.h | 320 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DomPrinter.cpp | 46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function 78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
|
| H A D | RegionPrinter.cpp | 133 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManager.cpp | 154 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation() 168 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.h | 67 const GraphT &getGraph() { return G; } in getGraph() function
|
| H A D | xray-graph.h | 162 const GraphT &getGraph() { return G; } in getGraph() function
|
| H A D | xray-graph-diff.cpp | 447 Graphs[i] = GraphRenderer.getGraph(); in __anonb510ae000102()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkGeneric.h | 46 LinkGraph &getGraph() { return *G; } in getGraph() function
|
| H A D | COFFLinkGraphBuilder.h | 44 LinkGraph &getGraph() const { return *G; } in getGraph() function
|
| H A D | MachOLinkGraphBuilder.h | 90 LinkGraph &getGraph() const { return *G; } in getGraph() function
|
| H A D | COFF_x86_64.cpp | 151 auto *AbsSym = &getGraph().addAbsoluteSymbol( in addSingleRelocation()
|
| H A D | ELF_x86_64.cpp | 248 if (shouldAddDefaultTargetPasses(getGraph().getTargetTriple())) in ELFJITLinker_x86_64()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 254 const CFG *getGraph() const { return CFGraph; } in getGraph() function 255 CFG *getGraph() { return CFGraph; } in getGraph() function
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 255 LinkGraph &getGraph() { return G; } in getGraph() function
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 256 ExplodedGraph &getGraph() { return G; } 257 const ExplodedGraph &getGraph() const { return G; } 264 ExplodedGraph &getGraph() { return G; } getGraph() function 265 const ExplodedGraph &getGraph() const { return G; } getGraph() function
|
| H A D | CoreEngine.h | 144 /// getGraph - Returns the exploded graph. 145 ExplodedGraph &getGraph() { return G; } in getGraph() function
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 695 /// getGraph - Get the exploded graph created by the analysis engine 697 const ExplodedGraph &getGraph() const;
|
| /freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2476 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in ~BugReporter() 2477 return Eng.getGraph(); in ~BugReporter() 2848 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport() 2462 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { getGraph() function in PathSensitiveBugReporter
|
| H A D | ExprEngine.cpp | 226 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 2278 CFG *CFGraph = walker.getGraph(); in runAnalysis()
|