Searched refs:thinLTOJobs (Results 1 – 9 of 9) sorted by relevance
115 llvm::hardware_concurrency(ctx.config.thinLTOJobs), in BitcodeCompiler()125 llvm::hardware_concurrency(ctx.config.thinLTOJobs), in BitcodeCompiler()132 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
186 std::string thinLTOJobs; member
1572 config->thinLTOJobs = v.str(); in linkerMain()1970 config->thinLTOJobs = s.str(); in linkerMain()
92 llvm::hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()99 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
172 llvm::StringRef thinLTOJobs; member
1697 config->thinLTOJobs = v; in link()1700 config->thinLTOJobs = arg->getValue(); in link()1701 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()1702 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs); in link()
178 llvm::hardware_concurrency(ctx.arg.thinLTOJobs), in BitcodeCompiler()185 llvm::hardware_concurrency(ctx.arg.thinLTOJobs), onIndexWrite, in BitcodeCompiler()192 llvm::heavyweight_hardware_concurrency(ctx.arg.thinLTOJobs), in BitcodeCompiler()
452 StringRef thinLTOJobs; member
1840 ctx.arg.thinLTOJobs = v; in readConfigs()1846 ctx.arg.thinLTOJobs = arg->getValue(); in readConfigs()1851 if (!get_threadpool_strategy(ctx.arg.thinLTOJobs)) in readConfigs()1853 << ctx.arg.thinLTOJobs; in readConfigs()