Searched refs:thinLTOJobs (Results 1 – 9 of 9) sorted by relevance
167 llvm::StringRef thinLTOJobs; member
99 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
1560 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()
185 std::string thinLTOJobs; member
126 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
1500 config->thinLTOJobs = v.str(); in linkerMain()1894 config->thinLTOJobs = s.str(); in linkerMain()
350 StringRef thinLTOJobs; member
184 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
1589 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()