Searched refs:LazyCallGraphPrinterPass (Results 1 – 3 of 3) sorted by relevance
1283 class LazyCallGraphPrinterPass1284 : public PassInfoMixin<LazyCallGraphPrinterPass> {1288 explicit LazyCallGraphPrinterPass(raw_ostream &OS);
1985 LazyCallGraphPrinterPass::LazyCallGraphPrinterPass(raw_ostream &OS) : OS(OS) {} in LazyCallGraphPrinterPass() function in LazyCallGraphPrinterPass2012 PreservedAnalyses LazyCallGraphPrinterPass::run(Module &M, in run()
97 MODULE_PASS("print-lcg", LazyCallGraphPrinterPass(dbgs()))