Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp467 SmallVector<uint8_t, 128> Decompressed; in visit() local
487 if (Error E = compression::decompress(Type, Compressed, Decompressed, in visit()
494 std::copy(Decompressed.begin(), Decompressed.end(), Buf); in visit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1618 SmallVector<uint8_t, 0> Decompressed; in ReadSLocEntry() local
1620 F, llvm::arrayRefFromStringRef(Blob), Decompressed, Record[0])) { in ReadSLocEntry()
1626 llvm::toStringRef(Decompressed), Name); in ReadSLocEntry()
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md633 Decompressed content is defined entirely as Literals Section content.