Home
last modified time | relevance | path

Searched refs:DebugPassManager (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager()
349 bool DebugPassManager = false; variable
H A DLTOCodeGenerator.h191 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp239 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 DLTOBackend.cpp260 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager); in runNewPMPasses()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp175 DebugPassManager("debug-pass-manager", cl::Hidden, variable
271 Conf.DebugPassManager = DebugPassManager; in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h162 bool DebugPassManager = false; member
/openbsd-src/gnu/llvm/lld/wasm/
H A DLTO.cpp55 c.DebugPassManager = config->ltoDebugPassManager; in createLTO()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp260 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 DLTO.cpp93 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp847 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline()
1179 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp152 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp959 Conf.DebugPassManager = options::debug_pass_manager; in createLTO()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def68 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6519 CodeGenOpts<"DebugPassManager">, DefaultFalse,