Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
HDThinLTOCodeGenerator.h229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager()
350 bool DebugPassManager = false; variable
HDLTOCodeGenerator.h192 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDThinLTOCodeGenerator.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()
HDLTOBackend.cpp268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp171 DebugPassManager("debug-pass-manager", cl::Hidden, variable
293 Conf.DebugPassManager = DebugPassManager; in run()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDConfig.h166 bool DebugPassManager = false; member
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto/
HDllvm-lto.cpp259 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden,
613 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing()
1038 CodeGen.setDebugPassManager(DebugPassManager); in main()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDLTO.cpp85 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDLTO.cpp59 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp873 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline()
1253 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp130 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDCodeGenOptions.def79 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td8180 CodeGenOpts<"DebugPassManager">, DefaultFalse,