Searched refs:PrintModulePassWrapper (Results 1 – 1 of 1) sorted by relevance
54 class PrintModulePassWrapper : public ModulePass { class59 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anone1954f910111::PrintModulePassWrapper60 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anone1954f910111::PrintModulePassWrapper118 char PrintModulePassWrapper::ID = 0;119 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",131 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()