Home
last modified time | relevance | path

Searched defs: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
345 bool runOnModule(Module &M) override { in runOnModule()
350 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() argument
355 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
359 static char ID; // Pass identification.
362 bool Strip;
363 StringRef NameOfWrappedPass;
364 DebugifyStatsMap *StatsMap;