Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h887 bool isNeeded() const override { return numChunks > 0; } in isNeeded()
908 size_t numChunks; variable
915 return ArrayRef(chunks.get(), numChunks); in getChunks()
H A DSyntheticSections.cpp3011 for (auto i : seq(numChunks)) { in computeHdrAndAbbrevTable()
3119 for (auto i : seq(numChunks)) { in computeEntryPool()
3229 numChunks = files.size(); in init()
3307 auto relocs = std::make_unique<DenseMap<uint32_t, uint32_t>[]>(numChunks); in finalizeContents()
3308 parallelFor(0, numChunks, [&](size_t i) { in finalizeContents()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp675 size_t numChunks = 0; in finalizeAddresses() local
683 numChunks += sec->chunks.size(); in finalizeAddresses()
688 Log(ctx) << "Added " << (numChunks - origNumChunks) << " thunks with " in finalizeAddresses()