Home
last modified time | relevance | path

Searched refs:Zstd (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCompression.h30 Zstd, ///< Zstandard enumerator
78 Zstd, enumerator
87 case DebugCompressionType::Zstd: in formatFor()
88 return Format::Zstd; in formatFor()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCompression.cpp37 case compression::Format::Zstd: in getReasonIfUnsupported()
52 case compression::Format::Zstd: in compress()
63 case compression::Format::Zstd: in decompress()
75 case compression::Format::Zstd: in decompress()
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D011-streamzip.t135 eval { require IO::Compress::Zstd && defined &{ 'IO::Compress::Adapter::Zstd::mkRawZipCompObject' }} ;
136 skip "Method 'zstd' needs IO::Compress::Zstd\n", 8
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DZip.pm38 eval { require IO::Compress::Adapter::Zstd ;
39 IO::Compress::Adapter::Zstd->VERSION( 2.212 );
40 require IO::Compress::Zstd ;
41 IO::Compress::Zstd->VERSION( 2.212 );
175 ($obj, $errstr, $errno) = IO::Compress::Adapter::Zstd::mkCompObject(defined $got->getValue('level') ? $got->getValue('level') : 3,
981 To write Zstandard content, the module C<IO::Compress::Zstd> must
1771 Bzip2, Zstd, Xz and Lzma.
1794 Note that to create Zstd content, the module C<IO::Compress::Zstd> must
1795 be installed. A fatal error will be thrown if you attempt to create Zstd
[all...]
H A DFAQ.pod667 L<Compress::Zlib>, L<IO::Compress::Gzip>, L<IO::Uncompress::Gunzip>, L<IO::Compress::Deflate>, L<IO::Uncompress::Inflate>, L<IO::Compress::RawDeflate>, L<IO::Uncompress::RawInflate>, L<IO::Compress::Bzip2>, L<IO::Uncompress::Bunzip2>, L<IO::Compress::Lzma>, L<IO::Uncompress::UnLzma>, L<IO::Compress::Xz>, L<IO::Uncompress::UnXz>, L<IO::Compress::Lzip>, L<IO::Uncompress::UnLzip>, L<IO::Compress::Lzop>, L<IO::Uncompress::UnLzop>, L<IO::Compress::Lzf>, L<IO::Uncompress::UnLzf>, L<IO::Compress::Zstd>, L<IO::Uncompress::UnZstd>, L<IO::Uncompress::AnyInflate>, L<IO::Uncompress::AnyUncompress>
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DDecompressor.cpp46 CompressionType = DebugCompressionType::Zstd; in consumeCompressedHeader()
/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp348 if (config->compressDebugSections == DebugCompressionType::Zstd) { in maybeCompress()
457 if (config->compressDebugSections == DebugCompressionType::Zstd) { in writeTo()
H A DDriver.cpp999 return DebugCompressionType::Zstd; in getCompressDebugSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp80 clEnumValN(DebugCompressionType::Zstd, "zstd", "Use zstd")),
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp259 .Case("zstd", llvm::DebugCompressionType::Zstd) in CreateFromArgs()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp448 Type = DebugCompressionType::Zstd; in visit()
521 case DebugCompressionType::Zstd: in visit()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp894 case DebugCompressionType::Zstd: in writeSectionData()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp740 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5300delta.pod449 Adds support for C<< IO::Uncompress::Zstd >> and
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1459 : llvm::compression::Format::Zstd; in ReadSLocEntry()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5423 NormalizedValuesScope<"llvm::DebugCompressionType">, NormalizedValues<["None", "Zlib", "Zstd"]>,