Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h405 unsigned threadCount; member
H A DWriter.cpp321 const unsigned threadCount = config->threadCount; in createSyntheticSections() local
356 relaDynName, threadCount); in createSyntheticSections()
359 relaDynName, config->zCombreloc, threadCount); in createSyntheticSections()
391 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
H A DSyntheticSections.cpp2784 PowerOf2Floor(std::min<size_t>(config->threadCount, numShards)); in createSymbols()
3272 PowerOf2Floor(std::min<size_t>(config->threadCount, numShards)); in finalizeContents()
H A DDriver.cpp1421 config->threadCount = parallel::strategy.compute_thread_count(); in readConfigs()