Searched defs:CheckDebugifyModulePass (Results 1 – 1 of 1) sorted by relevance
842 struct CheckDebugifyModulePass : public ModulePass { struct843 bool runOnModule(Module &M) override { in runOnModule()853 CheckDebugifyModulePass( in CheckDebugifyModulePass() argument864 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()868 static char ID; // Pass identification.871 StringRef NameOfWrappedPass;872 StringRef OrigDIVerifyBugsReportFilePath;873 DebugifyStatsMap *StatsMap;874 DebugInfoPerPass *DebugInfoBeforePass;875 enum DebugifyMode Mode;[all …]