Searched defs:DebugInfoBeforePass (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 106 DebugInfoPerPass *DebugInfoBeforePass = nullptr; global() variable 167 DebugInfoPerPass *DebugInfoBeforePass; global() variable 190 DebugInfoPerPass *DebugInfoBeforePass = nullptr; global() variable 230 DebugInfoPerPass *DebugInfoBeforePass = nullptr; global() variable [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 219 DebugInfoPerPass *DebugInfoBeforePass = nullptr, in applyDebugify() argument 235 DebugInfoPerPass *DebugInfoBeforePass = nullptr, in applyDebugify() argument 297 DebugInfoPerPass &DebugInfoBeforePass, in collectDebugInfoMetadata() argument 540 checkDebugInfoMetadata(Module & M,iterator_range<Module::iterator> Functions,DebugInfoPerPass & DebugInfoBeforePass,StringRef Banner,StringRef NameOfWrappedPass,StringRef OrigDIVerifyBugsReportFilePath) checkDebugInfoMetadata() argument 829 DebugInfoPerPass *DebugInfoBeforePass; global() member 863 DebugInfoPerPass *DebugInfoBeforePass; global() member 912 DebugInfoPerPass *DebugInfoBeforePass; global() member 964 DebugInfoPerPass *DebugInfoBeforePass; global() member 994 createDebugifyModulePass(enum DebugifyMode Mode,llvm::StringRef NameOfWrappedPass,DebugInfoPerPass * DebugInfoBeforePass) createDebugifyModulePass() argument 1004 createDebugifyFunctionPass(enum DebugifyMode Mode,llvm::StringRef NameOfWrappedPass,DebugInfoPerPass * DebugInfoBeforePass) createDebugifyFunctionPass() argument 1034 createCheckDebugifyModulePass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyModulePass() argument 1046 createCheckDebugifyFunctionPass(bool Strip,StringRef NameOfWrappedPass,DebugifyStatsMap * StatsMap,enum DebugifyMode Mode,DebugInfoPerPass * DebugInfoBeforePass,StringRef OrigDIVerifyBugsReportFilePath) createCheckDebugifyFunctionPass() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/opt/ |
H A D | opt.cpp | 771 DebugInfoPerPass DebugInfoBeforePass; main() local
|
H A D | NewPMDriver.cpp | 405 DebugInfoPerPass DebugInfoBeforePass; runPassPipeline() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 873 DebugInfoPerPass DebugInfoBeforePass; RunOptimizationPipeline() local
|