Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DLazyCallGraph.h1296 class LazyCallGraphDOTPrinterPass
1297 : public PassInfoMixin<LazyCallGraphDOTPrinterPass> {
1301 explicit LazyCallGraphDOTPrinterPass(raw_ostream &OS);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DLazyCallGraph.cpp2029 LazyCallGraphDOTPrinterPass::LazyCallGraphDOTPrinterPass(raw_ostream &OS) in LazyCallGraphDOTPrinterPass() function in LazyCallGraphDOTPrinterPass
2047 PreservedAnalyses LazyCallGraphDOTPrinterPass::run(Module &M, in run()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassRegistry.def98 MODULE_PASS("print-lcg-dot", LazyCallGraphDOTPrinterPass(dbgs()))