Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp149 SmallVectorImpl<uint8_t> &CompressedContents,
853 SmallVectorImpl<uint8_t> &CompressedContents, Align Alignment) { in maybeWriteCompression() argument
856 if (Size <= HdrSize + CompressedContents.size()) in maybeWriteCompression()