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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h185 std::string thinLTOJobs; member in struct:lld::coff::Configuration
H A DLTO.cpp126 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs));
H A DDriver.cpp1500 config->thinLTOJobs = v.str();
1894 config->thinLTOJobs = s.str();
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h167 llvm::StringRef thinLTOJobs; member in struct:lld::macho::Configuration
H A DLTO.cpp99 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs),
H A DDriver.cpp1560 config->thinLTOJobs = v;
1563 config->thinLTOJobs = arg->getValue();
1564 if (!get_threadpool_strategy(config->thinLTOJobs))
1565 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DConfig.h350 StringRef thinLTOJobs; member in struct:lld::elf::Config
H A DLTO.cpp184 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs),
H A DDriver.cpp1589 config->thinLTOJobs = v;
1595 config->thinLTOJobs = arg->getValue();
1600 if (!get_threadpool_strategy(config->thinLTOJobs))
1601 error("--thinlto-jobs: invalid job count: " + config->thinLTOJobs);

Completed in 192 milliseconds