Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1283 class LazyCallGraphPrinterPass
1284 : public PassInfoMixin<LazyCallGraphPrinterPass> {
1288 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1985 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass
2012 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def97 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))