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.h872 bool isNeeded() const override { return numChunks > 0; } in isNeeded()
893 size_t numChunks; variable
900 return ArrayRef(chunks.get(), numChunks); in getChunks()
H A DSyntheticSections.cpp2923 for (auto i : seq(numChunks)) { in computeHdrAndAbbrevTable()
3031 for (auto i : seq(numChunks)) { in computeEntryPool()
3141 numChunks = files.size(); in init()
3218 auto relocs = std::make_unique<DenseMap<uint32_t, uint32_t>[]>(numChunks); in finalizeContents()
3219 parallelFor(0, numChunks, [&](size_t i) { in finalizeContents()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp640 size_t numChunks = 0; in finalizeAddresses() local
648 numChunks += sec->chunks.size(); in finalizeAddresses()
653 log("Added " + Twine(numChunks - origNumChunks) + " thunks with " + in finalizeAddresses()