Searched refs:DebugPassManager (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 237 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager() 358 bool DebugPassManager = false; variable
|
| H A D | LTOCodeGenerator.h | 194 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 235 bool DebugPassManager, ModuleSummaryIndex *Index) { in optimizeModule() argument 243 StandardInstrumentations SI(TheModule.getContext(), DebugPassManager); in optimizeModule() 435 bool DebugPassManager) { in ProcessThinLTOModule() argument 479 optimizeModule(TheModule, TM, OptLevel, Freestanding, DebugPassManager, in ProcessThinLTOModule() 913 DebugPassManager, nullptr); in optimize() 1179 DebugPassManager); in run()
|
| H A D | LTOBackend.cpp | 274 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 191 DebugPassManager("debug-pass-manager", cl::Hidden, variable 302 Conf.DebugPassManager = DebugPassManager; in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 172 bool DebugPassManager = false; member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 259 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden, 667 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing() 1078 CodeGen.setDebugPassManager(DebugPassManager); in main()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 57 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 79 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 923 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline() 1360 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 127 c.DebugPassManager = ctx.arg.ltoDebugPassManager; in createConfig()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 70 CODEGENOPT(DebugPassManager, 1, 0, Benign) ///< Prints debug information for the new
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8723 CodeGenOpts<"DebugPassManager">, DefaultFalse,
|