Home
last modified time | relevance | path

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

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