Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp409 auto shardsOut = std::make_unique<SmallVector<uint8_t, 0>[]>(numShards); in maybeCompress() local
436 shardsOut[i] = std::move(out); in maybeCompress()
440 compressedSize += shardsOut[i].size(); in maybeCompress()
456 shardsOut[i] = deflateShard(ctx, shardsIn[i], level, in maybeCompress()
465 compressedSize += shardsOut[i].size(); in maybeCompress()
477 compressed.shards = std::move(shardsOut); in maybeCompress()