Home
last modified time | relevance | path

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