Searched refs:DebugPassManager (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 233 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 D | llvm-lto2.cpp | 151 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 D | Config.h | 157 bool DebugPassManager = false; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 270 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 D | LTOBackend.cpp | 235 StandardInstrumentations SI(Conf.DebugPassManager); in runNewPMPasses()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 87 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 152 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 259 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 D | BackendUtil.cpp | 1286 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 D | CodeGenOptions.def | 68 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 5064 CodeGenOpts<"DebugPassManager">, DefaultFalse,
|