Searched refs:PrintModulePassWrapper (Results 1 – 1 of 1) sorted by relevance
67 class PrintModulePassWrapper : public ModulePass { class72 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anonb9ce179a0111::PrintModulePassWrapper73 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anonb9ce179a0111::PrintModulePassWrapper115 char PrintModulePassWrapper::ID = 0;116 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",125 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()136 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()