Searched refs:DebugPassManager (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 191 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 239 bool DebugPassManager, ModuleSummaryIndex *Index) { in optimizeModule() argument 247 StandardInstrumentations SI(TheModule.getContext(), DebugPassManager); in optimizeModule() 454 bool DebugPassManager) { in ProcessThinLTOModule() argument 498 optimizeModule(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule() 923 DebugPassManager, nullptr); in optimize() 1188 DebugPassManager); in run()
|
| H A D | LTOBackend.cpp | 260 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager); in runNewPMPasses()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 175 DebugPassManager("debug-pass-manager", cl::Hidden, variable 271 Conf.DebugPassManager = DebugPassManager; in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
| H A D | Config.h | 162 bool DebugPassManager = false; member
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | LTO.cpp | 55 c.DebugPassManager = config->ltoDebugPassManager; in createLTO()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 260 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden, 607 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing() 1017 CodeGen.setDebugPassManager(DebugPassManager); in main()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | LTO.cpp | 93 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 847 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline() 1179 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | LTO.cpp | 152 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /openbsd-src/gnu/llvm/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 959 Conf.DebugPassManager = options::debug_pass_manager; in createLTO()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 68 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 6519 CodeGenOpts<"DebugPassManager">, DefaultFalse,
|