Searched refs:PrintModulePassWrapper (Results 1 – 1 of 1) sorted by relevance
69 class PrintModulePassWrapper : public ModulePass { class74 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anona4b1ec5a0111::PrintModulePassWrapper75 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anona4b1ec5a0111::PrintModulePassWrapper117 char PrintModulePassWrapper::ID = 0;118 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",127 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()138 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()