Home
last modified time | relevance | path

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

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