Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp29 class PrintModulePassWrapper : public ModulePass { class
36 PrintModulePassWrapper() : ModulePass(ID), OS(dbgs()) {} in PrintModulePassWrapper() function in __anon718093ef0111::PrintModulePassWrapper
37 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon718093ef0111::PrintModulePassWrapper
106 char PrintModulePassWrapper::ID = 0;
107 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",
116 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()
127 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()