Searched refs:PrintModulePassWrapper (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 69 class PrintModulePassWrapper : public ModulePass { class 74 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anond95e09060111::PrintModulePassWrapper 75 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anond95e09060111::PrintModulePassWrapper 117 char PrintModulePassWrapper::ID = 0; 118 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 127 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass() 138 return (PID == &PrintModulePassWrapper::ID) || in isIRPrintingPass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 67 class PrintModulePassWrapper : public ModulePass { class 72 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anon44025ffa0111::PrintModulePassWrapper 73 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon44025ffa0111::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()
|
/external/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 54 class PrintModulePassWrapper : public ModulePass { class 59 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anon18d654580111::PrintModulePassWrapper 60 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon18d654580111::PrintModulePassWrapper 118 char PrintModulePassWrapper::ID = 0; 119 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 131 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()
|