Home
last modified time | relevance | path

Searched refs:thinLTOJobs (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DConfig.h63 llvm::StringRef thinLTOJobs; member
H A DDriver.cpp429 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()
H A DLTO.cpp68 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in createLTO()
/llvm-project-15.0.7/lld/MachO/
H A DConfig.h152 llvm::StringRef thinLTOJobs; member
H A DLTO.cpp57 heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
H A DDriver.cpp1280 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()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp112 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
H A DConfig.h166 std::string thinLTOJobs; member
H A DDriver.cpp1456 config->thinLTOJobs = v.str(); in linkerMain()
1766 config->thinLTOJobs = jobs.str(); in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h290 StringRef thinLTOJobs; member
H A DLTO.cpp203 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
H A DDriver.cpp1358 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()