Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRPrintingPasses.cpp28 class PrintModulePassWrapper : public ModulePass { class
35 PrintModulePassWrapper() : ModulePass(ID), OS(dbgs()) {} in PrintModulePassWrapper() function in __anonfac7aae50111::PrintModulePassWrapper
36 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anonfac7aae50111::PrintModulePassWrapper
119 char PrintModulePassWrapper::ID = 0;
120 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",
129 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()
140 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()