Home
last modified time | relevance | path

Searched refs:CompressedData (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.h24 struct CompressedData { struct
123 CompressedData compressed;
/freebsd-14.2/crypto/openssl/doc/man3/
H A DCMS_uncompress.pod5 CMS_uncompress - uncompress a CMS CompressedData structure
16 CompressedData structure B<cms>. B<data> is a BIO to write the content to and
H A DCMS_compress.pod5 CMS_compress - create a CMS CompressedData structure
15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp537 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()
547 CompressedData); in CompressedSection()
552 Size = ChdrSize + CompressedData.size(); in CompressedSection()
556 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument
561 OriginalData = CompressedData; in CompressedSection()
H A DELFObject.h550 SmallVector<uint8_t, 128> CompressedData; variable
555 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1008 StringRef CompressedData = Blob.substr(HeaderSize); in decompress() local
1010 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress()
1039 << "Size before decompression: " << CompressedData.size() in decompress()
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-cms.pod.in224 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib>
229 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be