Home
last modified time | relevance | path

Searched refs:thinLTOJobs (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/wasm/
H A DLTO.cpp68 if (config->thinLTOJobs != -1U) in createLTO()
69 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in createLTO()
H A DConfig.h56 unsigned thinLTOJobs; member
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/wasm/
H A DLTO.cpp68 if (config->thinLTOJobs != -1U) in createLTO()
69 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in createLTO()
H A DConfig.h56 unsigned thinLTOJobs; member
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DLTO.cpp68 if (config->thinLTOJobs != -1U) in createLTO()
69 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in createLTO()
H A DConfig.h56 unsigned thinLTOJobs; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/COFF/
H A DLTO.cpp104 } else if (config->thinLTOJobs != 0) { in BitcodeCompiler()
105 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in BitcodeCompiler()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/COFF/
H A DLTO.cpp104 } else if (config->thinLTOJobs != 0) { in BitcodeCompiler()
105 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in BitcodeCompiler()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/COFF/
H A DLTO.cpp104 } else if (config->thinLTOJobs != 0) { in BitcodeCompiler()
105 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in BitcodeCompiler()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DConfig.h58 llvm::StringRef thinLTOJobs; member
H A DDriver.cpp403 config->thinLTOJobs = v; in readConfigs()
406 config->thinLTOJobs = arg->getValue(); in readConfigs()
446 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()
447 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in checkOptions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DConfig.h58 llvm::StringRef thinLTOJobs; member
H A DDriver.cpp403 config->thinLTOJobs = v; in readConfigs()
406 config->thinLTOJobs = arg->getValue(); in readConfigs()
446 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()
447 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in checkOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DConfig.h59 llvm::StringRef thinLTOJobs; member
H A DDriver.cpp412 config->thinLTOJobs = v; in readConfigs()
415 config->thinLTOJobs = arg->getValue(); in readConfigs()
458 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()
459 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in checkOptions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/wasm/
H A DConfig.h62 llvm::StringRef thinLTOJobs; member
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/wasm/
H A DConfig.h64 llvm::StringRef thinLTOJobs; member
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/wasm/
H A DConfig.h62 llvm::StringRef thinLTOJobs; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/wasm/
H A DConfig.h62 llvm::StringRef thinLTOJobs; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/wasm/
H A DConfig.h62 llvm::StringRef thinLTOJobs; member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/wasm/
H A DConfig.h64 llvm::StringRef thinLTOJobs; member
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/wasm/
H A DConfig.h62 llvm::StringRef thinLTOJobs; member
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/
H A DLTO.cpp143 } else if (config->thinLTOJobs != -1U) { in BitcodeCompiler()
144 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in BitcodeCompiler()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/
H A DLTO.cpp138 } else if (config->thinLTOJobs != -1U) { in BitcodeCompiler()
139 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in BitcodeCompiler()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/ELF/
H A DLTO.cpp143 } else if (config->thinLTOJobs != -1U) { in BitcodeCompiler()
144 backend = lto::createInProcessThinBackend(config->thinLTOJobs); in BitcodeCompiler()

123456