Searched refs:CompressedData (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.h | 24 struct CompressedData { struct 132 CompressedData compressed;
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CMS_uncompress.pod | 5 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 D | CMS_compress.pod | 5 CMS_compress - create a CMS CompressedData structure 15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | OffloadBundle.cpp | 321 StringRef CompressedData = Blob.substr(CurrentOffset); in decompress() local 323 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress() 349 static_cast<double>(UncompressedSize) / CompressedData.size(); in decompress() 363 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 1270 StringRef CompressedData = Blob.substr(HeaderSize); in decompress() local 1272 CompressionFormat, llvm::arrayRefFromStringRef(CompressedData), in decompress() 1298 static_cast<double>(UncompressedSize) / CompressedData.size(); in decompress() 1312 << formatWithCommas(CompressedData.size()) << " bytes\n" in decompress()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 553 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit() 563 CompressedData); in CompressedSection() 569 Size = ChdrSize + CompressedData.size(); in CompressedSection() 573 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument 578 OriginalData = CompressedData; in CompressedSection()
|
| H A D | ELFObject.h | 670 SmallVector<uint8_t, 128> CompressedData; variable 675 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-cms.pod.in | 238 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib> 243 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be
|