Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h430 unsigned threadCount; member
H A DWriter.cpp382 const unsigned threadCount = config->threadCount; in createSyntheticSections() local
421 relaDynName, threadCount); in createSyntheticSections()
424 relaDynName, config->zCombreloc, threadCount); in createSyntheticSections()
456 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
H A DSyntheticSections.cpp2811 llvm::bit_floor(std::min<size_t>(config->threadCount, numShards)); in createSymbols()
3297 llvm::bit_floor(std::min<size_t>(config->threadCount, numShards)); in finalizeContents()
H A DDriver.cpp1596 config->threadCount = parallel::strategy.compute_thread_count(); in readConfigs()