Searched defs:StatsMap (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 716 checkDebugifyMetadata(Module & M,iterator_range<Module::iterator> Functions,StringRef NameOfWrappedPass,StringRef Banner,bool Strip,DebugifyStatsMap * StatsMap) checkDebugifyMetadata() argument 905 DebugifyStatsMap *StatsMap; global() member 951 DebugifyStatsMap *StatsMap; global() member 1014 createCheckDebugifyModulePass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyModulePass() argument 1026 createCheckDebugifyFunctionPass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyFunctionPass() argument [all...] |
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 168 DebugifyStatsMap *StatsMap; variable
|