Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h168 llvm::StringRef thinLTOJobs; member
H A DLTO.cpp99 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DDriver.cpp1624 config->thinLTOJobs = v; in link()
1627 config->thinLTOJobs = arg->getValue(); in link()
1628 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
1629 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h185 std::string thinLTOJobs; member
H A DLTO.cpp127 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
H A DDriver.cpp1492 config->thinLTOJobs = v.str(); in linkerMain()
1886 config->thinLTOJobs = s.str(); in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h367 StringRef thinLTOJobs; member
H A DLTO.cpp186 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DDriver.cpp1667 config->thinLTOJobs = v; in readConfigs()
1673 config->thinLTOJobs = arg->getValue(); in readConfigs()
1678 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()
1679 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in readConfigs()