Searched refs:PrintModulePassWrapper (Results 1 – 1 of 1) sorted by relevance
59 class PrintModulePassWrapper : public ModulePass { class64 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anon708567f40111::PrintModulePassWrapper65 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon708567f40111::PrintModulePassWrapper129 char PrintModulePassWrapper::ID = 0;130 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",142 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()158 return (PID == &PrintModulePassWrapper::ID) in isIRPrintingPass()