Searched refs:PrintModulePassWrapper (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp67 class PrintModulePassWrapper : public ModulePass { class in namespace:__anon4750
72 PrintModulePassWrapper() : ModulePass(ID) {} function in class:__anon4750::PrintModulePassWrapper
73 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, function in class:__anon4750::PrintModulePassWrapper
115 char PrintModulePassWrapper::ID = 0;
116 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",
125 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder);
136 return (PID == &PrintModulePassWrapper::ID) ||

Completed in 118 milliseconds