Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h24 struct CompressedData { struct
128 CompressedData compressed;
/freebsd/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/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1128 StringRef CompressedData = Blob.substr(CurrentOffset); in decompress() local
1130 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress()
1157 static_cast<double>(UncompressedSize) / CompressedData.size(); in decompress()
1171 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp556 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()
566 CompressedData); in CompressedSection()
572 Size = ChdrSize + CompressedData.size(); in CompressedSection()
576 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument
581 OriginalData = CompressedData; in CompressedSection()
H A DELFObject.h666 SmallVector<uint8_t, 128> CompressedData; variable
671 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,
/freebsd/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