Searched refs:PrintModulePassWrapper (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRPrintingPasses.cpp | 58 class PrintModulePassWrapper : public ModulePass { class 63 PrintModulePassWrapper() : ModulePass(ID) {} in PrintModulePassWrapper() function in __anon84dad9520111::PrintModulePassWrapper 64 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon84dad9520111::PrintModulePassWrapper 128 char PrintModulePassWrapper::ID = 0; 129 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 141 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass() 157 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 __anon04350cfa0111::PrintModulePassWrapper 60 PrintModulePassWrapper(raw_ostream &OS, const std::string &Banner, in PrintModulePassWrapper() function in __anon04350cfa0111::PrintModulePassWrapper 118 char PrintModulePassWrapper::ID = 0; 119 INITIALIZE_PASS(PrintModulePassWrapper, "print-module", 131 return new PrintModulePassWrapper(OS, Banner, ShouldPreserveUseListOrder); in createPrintModulePass()
|