Searched refs:CheckDebugifyModulePass (Results 1 – 1 of 1) sorted by relevance
869 struct CheckDebugifyModulePass : public ModulePass { struct891 CheckDebugifyModulePass( in CheckDebugifyModulePass() function1037 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()1039 return new CheckDebugifyModulePass(false, NameOfWrappedPass, nullptr, Mode, in createCheckDebugifyModulePass()1143 char CheckDebugifyModulePass::ID = 0;1144 static RegisterPass<CheckDebugifyModulePass>