Searched refs:threadCount (Results 1 – 4 of 4) sorted by relevance
430 unsigned threadCount; member
382 const unsigned threadCount = config->threadCount; in createSyntheticSections() local421 relaDynName, threadCount); in createSyntheticSections()424 relaDynName, config->zCombreloc, threadCount); in createSyntheticSections()456 part.relrDyn = std::make_unique<RelrSection<ELFT>>(threadCount); in createSyntheticSections()
2811 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()
1596 config->threadCount = parallel::strategy.compute_thread_count(); in readConfigs()