Searched refs:DebugPassManager (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager() 349 bool DebugPassManager = false; variable
|
| H A D | LTOCodeGenerator.h | 190 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 241 bool DebugPassManager, ModuleSummaryIndex *Index) { in optimizeModule() argument 249 StandardInstrumentations SI(TheModule.getContext(), DebugPassManager); in optimizeModule() 441 bool DebugPassManager) { in ProcessThinLTOModule() argument 485 optimizeModule(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule() 928 DebugPassManager, nullptr); in optimize() 1198 DebugPassManager); in run()
|
| H A D | LTOBackend.cpp | 268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 171 DebugPassManager("debug-pass-manager", cl::Hidden, variable 271 Conf.DebugPassManager = DebugPassManager; in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 169 bool DebugPassManager = false; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 259 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden, 604 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing() 1014 CodeGen.setDebugPassManager(DebugPassManager); in main()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 59 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 85 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 841 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline() 1240 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 128 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 75 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7861 CodeGenOpts<"DebugPassManager">, DefaultFalse,
|