Home
last modified time | relevance | path

Searched refs:LazyCallGraphDOTPrinterPass (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1314 class LazyCallGraphDOTPrinterPass
1315 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1319 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp2011 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
2029 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def92 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))