Searched defs:CheckDebugifyModulePass (Results 1 – 2 of 2) sorted by relevance
337 struct CheckDebugifyModulePass : public ModulePass { struct338 bool runOnModule(Module &M) override { in runOnModule()343 CheckDebugifyModulePass(bool Strip = false, StringRef NameOfWrappedPass = "", in CheckDebugifyModulePass() argument348 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()352 static char ID; // Pass identification.355 bool Strip;356 StringRef NameOfWrappedPass;357 DebugifyStatsMap *StatsMap;
853 struct CheckDebugifyModulePass : public ModulePass { struct854 bool runOnModule(Module &M) override { in runOnModule()864 CheckDebugifyModulePass( in CheckDebugifyModulePass() function875 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()879 static char ID; // Pass identification.882 StringRef NameOfWrappedPass;883 StringRef OrigDIVerifyBugsReportFilePath;884 DebugifyStatsMap *StatsMap;885 DebugInfoPerPass *DebugInfoBeforePass;886 enum DebugifyMode Mode;[all …]