Searched refs:thinLTOJobs (Results 1 – 9 of 9) sorted by relevance
64 llvm::StringRef thinLTOJobs; member
442 config->thinLTOJobs = v; in readConfigs()445 config->thinLTOJobs = arg->getValue(); in readConfigs()488 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()489 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in checkOptions()
69 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in createLTO()
151 std::string thinLTOJobs; member
109 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
1254 config->thinLTOJobs = v.str(); in link()1557 config->thinLTOJobs = jobs.str(); in link()
266 StringRef thinLTOJobs; member
199 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
1175 config->thinLTOJobs = v; in readConfigs()1178 config->thinLTOJobs = arg->getValue(); in readConfigs()1184 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()1185 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in readConfigs()