Searched defs:DebugInfoBeforePass (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 108 DebugInfoPerPass *DebugInfoBeforePass = nullptr; variable 169 DebugInfoPerPass *DebugInfoBeforePass; variable 192 DebugInfoPerPass *DebugInfoBeforePass = nullptr; variable 232 DebugInfoPerPass *DebugInfoBeforePass = nullptr; variable
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 219 applyDebugify(Function & F,enum DebugifyMode Mode=DebugifyMode::SyntheticDebugInfo,DebugInfoPerPass * DebugInfoBeforePass=nullptr,StringRef NameOfWrappedPass="") applyDebugify() argument 235 applyDebugify(Module & M,enum DebugifyMode Mode=DebugifyMode::SyntheticDebugInfo,DebugInfoPerPass * DebugInfoBeforePass=nullptr,StringRef NameOfWrappedPass="") applyDebugify() argument 297 collectDebugInfoMetadata(Module & M,iterator_range<Module::iterator> Functions,DebugInfoPerPass & DebugInfoBeforePass,StringRef Banner,StringRef NameOfWrappedPass) collectDebugInfoMetadata() argument 543 checkDebugInfoMetadata(Module & M,iterator_range<Module::iterator> Functions,DebugInfoPerPass & DebugInfoBeforePass,StringRef Banner,StringRef NameOfWrappedPass,StringRef OrigDIVerifyBugsReportFilePath) checkDebugInfoMetadata() argument 836 DebugInfoPerPass *DebugInfoBeforePass; global() member 864 DebugInfoPerPass *DebugInfoBeforePass; global() member 906 DebugInfoPerPass *DebugInfoBeforePass; global() member 952 DebugInfoPerPass *DebugInfoBeforePass; global() member 982 createDebugifyModulePass(enum DebugifyMode Mode,llvm::StringRef NameOfWrappedPass,DebugInfoPerPass * DebugInfoBeforePass) createDebugifyModulePass() argument 992 createDebugifyFunctionPass(enum DebugifyMode Mode,llvm::StringRef NameOfWrappedPass,DebugInfoPerPass * DebugInfoBeforePass) createDebugifyFunctionPass() argument 1015 createCheckDebugifyModulePass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyModulePass() argument 1027 createCheckDebugifyFunctionPass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyFunctionPass() argument [all...] |
/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 771 DebugInfoPerPass DebugInfoBeforePass; in optMain() local
|
H A D | NewPMDriver.cpp | 421 DebugInfoPerPass DebugInfoBeforePass; runPassPipeline() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 905 DebugInfoPerPass DebugInfoBeforePass; RunOptimizationPipeline() local
|