Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DConfig.h64 llvm::StringRef thinLTOJobs; member
DDriver.cpp442 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()
DLTO.cpp69 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in createLTO()
/external/llvm-project/lld/COFF/
DConfig.h151 std::string thinLTOJobs; member
DLTO.cpp109 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
DDriver.cpp1254 config->thinLTOJobs = v.str(); in link()
1557 config->thinLTOJobs = jobs.str(); in link()
/external/llvm-project/lld/ELF/
DConfig.h266 StringRef thinLTOJobs; member
DLTO.cpp199 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs)); in BitcodeCompiler()
DDriver.cpp1175 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()