Searched refs:PrintModulePassWrapper (Results 1 – 1 of 1) sorted by relevance
46 class PrintModulePassWrapper : public ModulePass { class51 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anone1954f910111::PrintModulePassWrapper52 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anone1954f910111::PrintModulePassWrapper108 char PrintModulePassWrapper::ID = 0;109 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",121 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()