Searched refs:DebugPassManager (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager() 350 bool DebugPassManager = false; variable
|
| H A D | LTOCodeGenerator.h | 192 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager()
|
| /src/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 242 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()
|
| H A D | LTOBackend.cpp | 268 StandardInstrumentations SI(Mod.getContext(), Conf.DebugPassManager, in runNewPMPasses()
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 171 DebugPassManager("debug-pass-manager", cl::Hidden, variable 293 Conf.DebugPassManager = DebugPassManager; in run()
|
| /src/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | Config.h | 166 bool DebugPassManager = false; member
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 259 DebugPassManager("debug-pass-manager", cl::init(false), cl::Hidden, 613 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing() 1038 CodeGen.setDebugPassManager(DebugPassManager); in main()
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 85 c.DebugPassManager = ctx.config.ltoDebugPassManager; in createConfig()
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 59 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 873 (CodeGenOpts.DebugPassManager || DebugPassStructure), in RunOptimizationPipeline() 1253 Conf.DebugPassManager = CGOpts.DebugPassManager; in runThinLTOBackend()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | LTO.cpp | 130 c.DebugPassManager = config->ltoDebugPassManager; in createConfig()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 79 CODEGENOPT(DebugPassManager, 1, 0) ///< Prints debug information for the new
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 8180 CodeGenOpts<"DebugPassManager">, DefaultFalse,
|