Home
last modified time | relevance | path

Searched refs:compressDebugSections (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp335 if (config->compressDebugSections == DebugCompressionType::None || in maybeCompress()
352 if (config->compressDebugSections == DebugCompressionType::Zstd) { in maybeCompress()
461 if (config->compressDebugSections == DebugCompressionType::Zstd) { in writeTo()
H A DConfig.h224 llvm::DebugCompressionType compressDebugSections; member
H A DDriver.cpp1227 config->compressDebugSections = getCompressionType( in readConfigs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h878 DebugCompressionType compressDebugSections() const { in compressDebugSections() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp882 const DebugCompressionType CompressionType = MAI->compressDebugSections(); in writeSectionData()