LLVM 22.0.0git
|
#include "llvm/Support/Compression.h"
Public Member Functions | |
constexpr | Params (Format F) |
constexpr | Params (Format F, int L, bool Ldm=false) |
Params (DebugCompressionType Type) |
Public Attributes | |
Format | format |
int | level |
bool | zstdEnableLdm = false |
Definition at line 96 of file Compression.h.
|
inlineconstexpr |
Definition at line 97 of file Compression.h.
References F, format, level, and llvm::compression::Zlib.
Referenced by Params().
Definition at line 100 of file Compression.h.
References F, format, level, and zstdEnableLdm.
|
inline |
Definition at line 102 of file Compression.h.
References llvm::compression::formatFor(), and Params().
Format llvm::compression::Params::format |
Definition at line 104 of file Compression.h.
int llvm::compression::Params::level |
Definition at line 105 of file Compression.h.
bool llvm::compression::Params::zstdEnableLdm = false |
Definition at line 106 of file Compression.h.
Referenced by Params().