Searched refs:LazyCallGraphPrinterPass (Results 1 – 3 of 3) sorted by relevance
1275 class LazyCallGraphPrinterPass1276 : public PassInfoMixin<LazyCallGraphPrinterPass> {1280 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
1978 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass2005 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
96 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))