LLVM 22.0.0git
llvm::compression::Params Struct Reference

#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

Detailed Description

Definition at line 96 of file Compression.h.

Constructor & Destructor Documentation

◆ Params() [1/3]

llvm::compression::Params::Params ( Format F)
inlineconstexpr

Definition at line 97 of file Compression.h.

References F, format, level, and llvm::compression::Zlib.

Referenced by Params().

◆ Params() [2/3]

llvm::compression::Params::Params ( Format F,
int L,
bool Ldm = false )
inlineconstexpr

Definition at line 100 of file Compression.h.

References F, format, level, and zstdEnableLdm.

◆ Params() [3/3]

llvm::compression::Params::Params ( DebugCompressionType Type)
inline

Definition at line 102 of file Compression.h.

References llvm::compression::formatFor(), and Params().

Member Data Documentation

◆ format

Format llvm::compression::Params::format

Definition at line 104 of file Compression.h.

Referenced by Params(), and Params().

◆ level

int llvm::compression::Params::level

Definition at line 105 of file Compression.h.

Referenced by Params(), and Params().

◆ zstdEnableLdm

bool llvm::compression::Params::zstdEnableLdm = false

Definition at line 106 of file Compression.h.

Referenced by Params().


The documentation for this struct was generated from the following file: