Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager()
350 bool DebugPassManager = false; variable
H A DLTOCodeGenerator.h192 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
/src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp242 bool DebugPassManager, ModuleSummaryIndex *Index) { in optimizeModule() argument
250 StandardInstrumentations SI(TheModule.getContext(), DebugPassManager); in optimizeModule()
442 bool DebugPassManager) { in ProcessThinLTOModule() argument
486 optimizeModule(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule()
924 DebugPassManager, nullptr); in optimize()
1194 DebugPassManager); in run()
H A DLTOBackend.cpp268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp171 DebugPassManager("debug-pass-manager", cl::Hidden, variable
293 Conf.DebugPassManager = DebugPassManager; in run()
/src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h166 bool DebugPassManager = false; member
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp259 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden,
613 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing()
1038 CodeGen.setDebugPassManager(DebugPassManager); in main()
/src/contrib/llvm-project/lld/COFF/
H A DLTO.cpp85 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
/src/contrib/llvm-project/lld/MachO/
H A DLTO.cpp59 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp873 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline()
1253 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
/src/contrib/llvm-project/lld/ELF/
H A DLTO.cpp130 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def79 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td8180 CodeGenOpts<"DebugPassManager">, DefaultFalse,