Searched refs:CheckDebugifyModulePass (Results 1 – 1 of 1) sorted by relevance
345 struct CheckDebugifyModulePass : public ModulePass { struct351 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() function434 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()454 char CheckDebugifyModulePass::ID = 0;455 static RegisterPass<CheckDebugifyModulePass>