Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DOutputSections.cpp399 constexpr size_t shardSize = 1 << 20; in maybeCompress() local
400 auto shardsIn = split(ArrayRef<uint8_t>(buf.get(), size), shardSize); in maybeCompress()