Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp148 SmallVectorImpl<uint8_t> &CompressedContents,
822 SmallVectorImpl<uint8_t> &CompressedContents, unsigned Alignment) { in maybeWriteCompression() argument
825 if (Size <= HdrSize + CompressedContents.size()) in maybeWriteCompression()