Searched refs:parallelForEachN (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/ |
| H A D | Threads.h | 76 inline void parallelForEachN(size_t Begin, size_t End, in parallelForEachN() function
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | ICF.cpp | 230 parallelForEachN(1, NumShards, [&](size_t I) { in forEachClass() 233 parallelForEachN(1, NumShards + 1, [&](size_t I) { in forEachClass()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ICF.cpp | 415 parallelForEachN(1, NumShards, [&](size_t I) { in forEachClass() 419 parallelForEachN(1, NumShards + 1, [&](size_t I) { in forEachClass()
|
| H A D | MapFile.cpp | 91 parallelForEachN(0, Syms.size(), [&](size_t I) { in getSymbolStrings()
|
| H A D | OutputSections.cpp | 245 parallelForEachN(0, Sections.size(), [&](size_t I) { in writeTo()
|
| H A D | SyntheticSections.cpp | 321 parallelForEachN(0, Chunks.size(), [&](size_t I) { in computeHash() 2510 parallelForEachN(0, Concurrency, [&](size_t ThreadId) { in createSymbols() 2573 parallelForEachN(0, Sections.size(), [&](size_t I) { in create() 2932 parallelForEachN(0, Concurrency, [&](size_t ThreadId) { in finalizeContents()
|