Searched refs:CheckDebugifyModulePass (Results 1 – 1 of 1) sorted by relevance
934 struct CheckDebugifyModulePass : public ModulePass { struct949 CheckDebugifyModulePass( in CheckDebugifyModulePass() function1082 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()1084 return new CheckDebugifyModulePass(false, NameOfWrappedPass, nullptr, Mode, in createCheckDebugifyModulePass()1181 char CheckDebugifyModulePass::ID = 0;1182 static RegisterPass<CheckDebugifyModulePass>