Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h190 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp241 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 DLTOBackend.cpp268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp171 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 DConfig.h169 bool DebugPassManager = false; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp259 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 DLTO.cpp59 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DLTO.cpp85 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp841 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline()
1240 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp128 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def75 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7861 CodeGenOpts<"DebugPassManager">, DefaultFalse,