Home
last modified time | relevance | path

Searched refs:threadCount (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/lld/ELF/
HDConfig.h447 unsigned threadCount; member
HDSyntheticSections.cpp3025 bit_floor(std::min<size_t>(config->threadCount, numShards)); in computeEntryPool()
3429 llvm::bit_floor(std::min<size_t>(config->threadCount, numShards)); in createSymbols()
3909 llvm::bit_floor(std::min<size_t>(config->threadCount, numShards)); in finalizeContents()
4708 const unsigned threadCount = config->threadCount; in createSyntheticSections() local
4752 relaDynName, threadCount); in createSyntheticSections()
4755 relaDynName, config->zCombreloc, threadCount); in createSyntheticSections()
4787 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
4790 threadCount, /*isAArch64Auth=*/true); in createSyntheticSections()
HDDriver.cpp1674 config->threadCount = parallel::strategy.compute_thread_count(); in readConfigs()