Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRPrintingPasses.cpp46 class PrintModulePassWrapper : public ModulePass { class
51 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anone1954f910111::PrintModulePassWrapper
52 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anone1954f910111::PrintModulePassWrapper
108 char PrintModulePassWrapper::ID = 0;
109 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",
121 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()