Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DIRPrintingPasses.cpp59 class PrintModulePassWrapper : public ModulePass { class
64 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anon708567f40111::PrintModulePassWrapper
65 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon708567f40111::PrintModulePassWrapper
129 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()