Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h70 llvm::StringRef thinLTOJobs; member
H A DLTO.cpp68 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in createLTO()
H A DDriver.cpp493 config->thinLTOJobs = v; in readConfigs()
496 config->thinLTOJobs = arg->getValue(); in readConfigs()
574 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()
575 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in checkOptions()
/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h165 llvm::StringRef thinLTOJobs; member
H A DLTO.cpp107 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DDriver.cpp1508 config->thinLTOJobs = v; in link()
1511 config->thinLTOJobs = arg->getValue(); in link()
1512 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
1513 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h167 std::string thinLTOJobs; member
H A DLTO.cpp119 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
H A DDriver.cpp1468 config->thinLTOJobs = v.str(); in linkerMain()
1781 config->thinLTOJobs = jobs.str(); in linkerMain()
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h328 StringRef thinLTOJobs; member
H A DLTO.cpp206 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DDriver.cpp1417 config->thinLTOJobs = v; in readConfigs()
1420 config->thinLTOJobs = arg->getValue(); in readConfigs()
1427 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()
1428 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in readConfigs()