Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRPrintingPasses.cpp67 class PrintModulePassWrapper : public ModulePass { class
72 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anonb9ce179a0111::PrintModulePassWrapper
73 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anonb9ce179a0111::PrintModulePassWrapper
115 char PrintModulePassWrapper::ID = 0;
116 INITIALIZE_PASS(PrintModulePassWrapper, "print-module",
125 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()
136 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()