9#ifndef LLDB_HOST_LZMA_H
10#define LLDB_HOST_LZMA_H
12#include "llvm/ADT/ArrayRef.h"
24llvm::Expected<uint64_t>
27llvm::Error
uncompress(llvm::ArrayRef<uint8_t> InputBuffer,
llvm::Expected< uint64_t > getUncompressedSize(llvm::ArrayRef< uint8_t > InputBuffer)
llvm::Error uncompress(llvm::ArrayRef< uint8_t > InputBuffer, llvm::SmallVectorImpl< uint8_t > &Uncompressed)
A class that represents a running process on the host machine.