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.cpp157 SmallVectorImpl<uint8_t> &CompressedContents,
715 SmallVectorImpl<uint8_t> &CompressedContents, Align Alignment) { in maybeWriteCompression() argument
718 if (Size <= HdrSize + CompressedContents.size()) in maybeWriteCompression()