Searched refs:thinLTOJobs (Results 1 – 9 of 9) sorted by relevance
142 llvm::StringRef thinLTOJobs; member
56 heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
1168 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()
160 std::string thinLTOJobs; member
112 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
1324 config->thinLTOJobs = v.str(); in linkerMain()1631 config->thinLTOJobs = jobs.str(); in linkerMain()
276 StringRef thinLTOJobs; member
200 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
1281 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()