ΒΆvoid compress(
    ArrayRef<uint8_t> Input,
    SmallVectorImpl<uint8_t>& CompressedBuffer,
    int Level = DefaultCompression)

Declared at: llvm/include/llvm/Support/Compression.h:55

Parameters

ArrayRef<uint8_t> Input
SmallVectorImpl<uint8_t>& CompressedBuffer
int Level = DefaultCompression