Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DOutputSections.cpp331 if (config->compressDebugSections == DebugCompressionType::None || in maybeCompress()
348 if (config->compressDebugSections == DebugCompressionType::Zstd) { in maybeCompress()
457 if (config->compressDebugSections == DebugCompressionType::Zstd) { in writeTo()
H A DConfig.h199 llvm::DebugCompressionType compressDebugSections; member
H A DDriver.cpp1096 config->compressDebugSections = getCompressDebugSections(args); in readConfigs()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h869 DebugCompressionType compressDebugSections() const { in compressDebugSections() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DELFObjectWriter.cpp872 const DebugCompressionType CompressionType = MAI->compressDebugSections(); in writeSectionData()