Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DConfig.h167 llvm::StringRef thinLTOJobs; member
H A DLTO.cpp99 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DDriver.cpp1560 config->thinLTOJobs = v; in link()
1563 config->thinLTOJobs = arg->getValue(); in link()
1564 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
1565 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DConfig.h185 std::string thinLTOJobs; member
H A DLTO.cpp126 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
H A DDriver.cpp1500 config->thinLTOJobs = v.str(); in linkerMain()
1894 config->thinLTOJobs = s.str(); in linkerMain()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h350 StringRef thinLTOJobs; member
H A DLTO.cpp184 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DDriver.cpp1589 config->thinLTOJobs = v; in readConfigs()
1595 config->thinLTOJobs = arg->getValue(); in readConfigs()
1600 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()
1601 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in readConfigs()