Searched refs:thinLTOJobs (Results 1 – 12 of 12) sorted by relevance
63 llvm::StringRef thinLTOJobs; member
429 config->thinLTOJobs = v; in readConfigs()432 config->thinLTOJobs = arg->getValue(); in readConfigs()491 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()492 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in checkOptions()
68 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in createLTO()
152 llvm::StringRef thinLTOJobs; member
57 heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
1280 config->thinLTOJobs = v; in link()1283 config->thinLTOJobs = arg->getValue(); in link()1284 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()1285 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
112 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
166 std::string thinLTOJobs; member
1456 config->thinLTOJobs = v.str(); in linkerMain()1766 config->thinLTOJobs = jobs.str(); in linkerMain()
290 StringRef thinLTOJobs; member
203 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
1358 config->thinLTOJobs = v; in readConfigs()1361 config->thinLTOJobs = arg->getValue(); in readConfigs()1367 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()1368 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in readConfigs()