Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1288 class LazyCallGraphPrinterPass
1289 : public PassInfoMixin<LazyCallGraphPrinterPass> {
1293 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1996 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass
2023 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def112 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))