Home
last modified time | relevance | path

Searched refs:CheckDebugifyModulePass (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp345 struct CheckDebugifyModulePass : public ModulePass { struct
351 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() function
434 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()
454 char CheckDebugifyModulePass::ID = 0;
455 static RegisterPass<CheckDebugifyModulePass>