Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp115 llvm::hardware_concurrency(ctx.config.thinLTOJobs), in BitcodeCompiler()
125 llvm::hardware_concurrency(ctx.config.thinLTOJobs), in BitcodeCompiler()
132 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
H A DConfig.h186 std::string thinLTOJobs; member
H A DDriver.cpp1572 config->thinLTOJobs = v.str(); in linkerMain()
1970 config->thinLTOJobs = s.str(); in linkerMain()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp92 llvm::hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
99 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DConfig.h172 llvm::StringRef thinLTOJobs; member
H A DDriver.cpp1697 config->thinLTOJobs = v; in link()
1700 config->thinLTOJobs = arg->getValue(); in link()
1701 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
1702 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp178 llvm::hardware_concurrency(ctx.arg.thinLTOJobs), in BitcodeCompiler()
185 llvm::hardware_concurrency(ctx.arg.thinLTOJobs), onIndexWrite, in BitcodeCompiler()
192 llvm::heavyweight_hardware_concurrency(ctx.arg.thinLTOJobs), in BitcodeCompiler()
H A DConfig.h452 StringRef thinLTOJobs; member
H A DDriver.cpp1840 ctx.arg.thinLTOJobs = v; in readConfigs()
1846 ctx.arg.thinLTOJobs = arg->getValue(); in readConfigs()
1851 if (!get_threadpool_strategy(ctx.arg.thinLTOJobs)) in readConfigs()
1853 << ctx.arg.thinLTOJobs; in readConfigs()