Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp148 SmallVectorImpl<uint8_t> &CompressedContents,
843 SmallVectorImpl<uint8_t> &CompressedContents, Align Alignment) { in maybeWriteCompression() argument
846 if (Size <= HdrSize + CompressedContents.size()) in maybeWriteCompression()