Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h233 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager()
357 bool DebugPassManager = false; variable
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp151 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden,
254 Conf.DebugPassManager = DebugPassManager; in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h157 bool DebugPassManager = false; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp270 bool DebugPassManager, in optimizeModuleNewPM() argument
279 StandardInstrumentations SI(DebugPassManager); in optimizeModuleNewPM()
490 bool UseNewPM, bool DebugPassManager) { in ProcessThinLTOModule() argument
531 optimizeModuleNewPM(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule()
1206 UseNewPM, DebugPassManager); in run()
H A DLTOBackend.cpp235 StandardInstrumentations SI(Conf.DebugPassManager); in runNewPMPasses()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp87 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp152 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp259 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden,
594 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1286 StandardInstrumentations SI(CodeGenOpts.DebugPassManager || in EmitAssemblyWithNewPassManager()
1570 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def68 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5064 CodeGenOpts<"DebugPassManager">, DefaultFalse,