Searched refs:PrintModulePassWrapper (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRPrintingPasses.cpp | 28 class PrintModulePassWrapper : public ModulePass { class 35 PrintModulePassWrapper() : ModulePass(ID), OS(dbgs()) {} in PrintModulePassWrapper() function in __anon22a3f12f0111::PrintModulePassWrapper 36 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon22a3f12f0111::PrintModulePassWrapper 99 char PrintModulePassWrapper::ID = 0; 100 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 109 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass() 120 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRPrintingPasses.cpp | 67 class PrintModulePassWrapper : public ModulePass { class 72 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anon02b90ee90111::PrintModulePassWrapper 73 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon02b90ee90111::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()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | IRPrintingPasses.cpp | 54 class PrintModulePassWrapper : public ModulePass { class 59 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anonafbd7f870111::PrintModulePassWrapper 60 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anonafbd7f870111::PrintModulePassWrapper 118 char PrintModulePassWrapper::ID = 0; 119 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 131 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()
|