Searched defs:numShards (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/lld/ELF/ | ||
H A D | OutputSections.h | 26 uint32_t numShards = 0; global() member |
H A D | ICF.cpp | 421 const size_t numShards = 256; forEachClass() local |
H A D | OutputSections.cpp | 405 const size_t numShards = shardsIn.size(); maybeCompress() local |
H A D | SyntheticSections.h | 992 constexpr static size_t numShards = 32; global() variable |
H A D | SyntheticSections.cpp | 56 constexpr size_t MergeNoTailSection::numShards; global() member in MergeNoTailSection |
/freebsd-src/contrib/llvm-project/lld/COFF/ | ||
H A D | ICF.cpp | 233 const size_t numShards = 256; forEachClass() local |