Searched refs:PrintModulePassWrapper (Results 1 – 1 of 1) sorted by relevance
43 class PrintModulePassWrapper : public ModulePass { class48 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anon7f4d0bc20111::PrintModulePassWrapper49 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner) in PrintModulePassWrapper() function in __anon7f4d0bc20111::PrintModulePassWrapper104 char PrintModulePassWrapper::ID = 0;105 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",116 return new PrintModulePassWrapper(OS, Banner); in createPrintModulePass()