Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DConfig.h405 unsigned threadCount; member
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()
DSyntheticSections.cpp2784 PowerOf2Floor(std::min<size_t>(config->threadCount, numShards)); in createSymbols()
3272 PowerOf2Floor(std::min<size_t>(config->threadCount, numShards)); in finalizeContents()
DDriver.cpp1421 config->threadCount = parallel::strategy.compute_thread_count(); in readConfigs()