Searched refs:thinLTOJobs (Results 1 – 12 of 12) sorted by relevance
70 llvm::StringRef thinLTOJobs; member
68 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in createLTO()
493 config->thinLTOJobs = v; in readConfigs()496 config->thinLTOJobs = arg->getValue(); in readConfigs()574 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()575 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in checkOptions()
165 llvm::StringRef thinLTOJobs; member
107 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
1508 config->thinLTOJobs = v; in link()1511 config->thinLTOJobs = arg->getValue(); in link()1512 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()1513 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
167 std::string thinLTOJobs; member
119 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
1468 config->thinLTOJobs = v.str(); in linkerMain()1781 config->thinLTOJobs = jobs.str(); in linkerMain()
328 StringRef thinLTOJobs; member
206 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
1417 config->thinLTOJobs = v; in readConfigs()1420 config->thinLTOJobs = arg->getValue(); in readConfigs()1427 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()1428 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in readConfigs()