Searched refs:PrintModulePassWrapper (Results 1 – 1 of 1) sorted by relevance
34 class PrintModulePassWrapper : public ModulePass { class41 PrintModulePassWrapper() : ModulePass(ID), OS(dbgs()) {} in PrintModulePassWrapper() function in __anon718093ef0111::PrintModulePassWrapper42 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon718093ef0111::PrintModulePassWrapper120 char PrintModulePassWrapper::ID = 0;121 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",130 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()141 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()