Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3113 bit_floor(std::min<size_t>(ctx.arg.threadCount, numShards)); in computeEntryPool()
3519 llvm::bit_floor(std::min<size_t>(ctx.arg.threadCount, numShards)); in createSymbols()
4000 llvm::bit_floor(std::min<size_t>(ctx.arg.threadCount, numShards)); in finalizeContents()
4779 const unsigned threadCount = ctx.arg.threadCount; in createSyntheticSections() local
4823 ctx, relaDynName, threadCount); in createSyntheticSections()
4826 ctx, relaDynName, ctx.arg.zCombreloc, threadCount); in createSyntheticSections()
4858 part.relrDyn = std::make_unique<RelrSection<ELFT>>(ctx, threadCount); in createSyntheticSections()
4861 ctx, threadCount, /*isAArch64Auth=*/true); in createSyntheticSections()
H A DConfig.h532 unsigned threadCount; member
H A DDriver.cpp1847 ctx.arg.threadCount = parallel::strategy.compute_thread_count(); in readConfigs()