Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp47 CompressionType = DebugCompressionType::Zstd; in consumeCompressedHeader()
/freebsd-14.2/sys/contrib/zstd/
H A DCONTRIBUTING.md30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd
113 executing it. It usually helps us find many simple bugs. Zstd uses clang's `scan-build` tool for
187 1. Zstd isn't as old as gzip but it has been around for time now and its evolution is
203 legitimate thing to do as long as it does not harm the overall performance health of Zstd.
204 This is a hard balance to strike but please keep in mind other aspects of Zstd when
208 Performance microbenchmarking is a tricky subject but also essential for Zstd. We value empirical
268 ### Zstd benchmark
270 bench option. You can run Zstd as you typically would for your scenario using some set of options
305 for level 1 compression on Zstd. Typically this means, you have identified a section of
H A DREADME.md66 Zstd can also offer stronger compression ratios at the cost of compression speed.
92 To solve this situation, Zstd offers a __training mode__, which can be used to tune the algorithm f…
H A DCHANGELOG3 build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964)
95 build: Zstd CLI Can Now be Linked to Dynamic `libzstd` (#2457, #2454 @Cyan4973)
/freebsd-14.2/sys/conf/
H A Dfiles.riscv75 # Zstd
H A DNOTES2829 # This enables support for Zstd compressed core dumps, GEOM_UZIP images,
H A Dfiles654 # Zstd
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp911 CompressionFormat = llvm::compression::Format::Zstd; in compress()
944 CompressionFormat == llvm::compression::Format::Zstd ? "zstd" : "zlib"; in compress()
996 static_cast<uint16_t>(llvm::compression::Format::Zstd)) in decompress()
997 CompressionFormat = llvm::compression::Format::Zstd; in decompress()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp352 if (config->compressDebugSections == DebugCompressionType::Zstd) { in maybeCompress()
461 if (config->compressDebugSections == DebugCompressionType::Zstd) { in writeTo()
H A DDriver.cpp1089 .Case("zstd", DebugCompressionType::Zstd) in getCompressionType()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp80 clEnumValN(DebugCompressionType::Zstd, "zstd", "Use zstd")),
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp265 .Case("zstd", llvm::DebugCompressionType::Zstd) in CreateFromArgs()
/freebsd-14.2/sys/contrib/openzfs/module/
H A DKbuild.in264 # Zstd uses -O3 by default, so we should follow
/freebsd-14.2/sys/contrib/zstd/lib/
H A DREADME.md113 a time or two symbols at a time. Zstd normally includes both (and dispatches
/freebsd-14.2/sys/contrib/zstd/programs/
H A DREADME.md108 Zstd offers a training mode, which can be used to tune the algorithm for a selected
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp455 Type = DebugCompressionType::Zstd; in visit()
528 case DebugCompressionType::Zstd: in visit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp904 case DebugCompressionType::Zstd: in writeSectionData()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp709 .Case("zstd", DebugCompressionType::Zstd) in parseObjcopyOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1572 : llvm::compression::Format::Zstd; in ReadSLocEntry()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6783 NormalizedValuesScope<"llvm::DebugCompressionType">, NormalizedValues<["None", "Zlib", "Zstd"]>,