Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp344 struct CheckDebugifyModulePass : public ModulePass { struct
350 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() argument
433 return new CheckDebugifyModulePass(Strip, NameOfWrappedPass, StatsMap); in createCheckDebugifyModulePass()
453 char CheckDebugifyModulePass::ID = 0;
454 static RegisterPass<CheckDebugifyModulePass>