Searched refs:getUncompressedSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DLZMA.h25 getUncompressedSize(llvm::ArrayRef<uint8_t> InputBuffer);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DLZMA.cpp24 getUncompressedSize(llvm::ArrayRef<uint8_t> InputBuffer) { function in namespace:lldb_private::lzma
25 llvm_unreachable("lzma::getUncompressedSize is unavailable");
67 getUncompressedSize(llvm::ArrayRef<uint8_t> InputBuffer) {
120 llvm::Expected<uint64_t> uncompressedSize = getUncompressedSize(InputBuffer);

Completed in 69 milliseconds