Searched defs:getCallGraph (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | CallGraph.h | 356 const CallGraph &getCallGraph() const { return *G; } getCallGraph() function |
H A D | CallGraphSCCPass.h | 115 const CallGraph &getCallGraph() { return CG; } in getCallGraph() function |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | CallPrinter.cpp | 89 CallGraph *getCallGraph() const { return CG; } in getCallGraph() function in llvm::CallGraphDOTInfo |