Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConfig.h142 llvm::StringRef thinLTOJobs; member
H A DLTO.cpp56 heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
H A DDriver.cpp1168 config->thinLTOJobs = v; in link()
1171 config->thinLTOJobs = arg->getValue(); in link()
1172 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
1173 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h160 std::string thinLTOJobs; member
H A DLTO.cpp112 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
H A DDriver.cpp1324 config->thinLTOJobs = v.str(); in linkerMain()
1631 config->thinLTOJobs = jobs.str(); in linkerMain()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h276 StringRef thinLTOJobs; member
H A DLTO.cpp200 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
H A DDriver.cpp1281 config->thinLTOJobs = v; in readConfigs()
1284 config->thinLTOJobs = arg->getValue(); in readConfigs()
1290 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()
1291 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in readConfigs()