Searched refs:CheckDebugifyModulePass (Results 1 – 2 of 2) sorted by relevance
337 struct CheckDebugifyModulePass : public ModulePass { struct343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() argument405 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()425 char CheckDebugifyModulePass::ID = 0;426 static RegisterPass<CheckDebugifyModulePass>
426 struct CheckDebugifyModulePass : public ModulePass { struct432 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() function518 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()573 char CheckDebugifyModulePass::ID = 0;574 static RegisterPass<CheckDebugifyModulePass>