Searched refs:compressDebugSections (Results 1 – 5 of 5) sorted by relevance
331 if (config->compressDebugSections == DebugCompressionType::None || in maybeCompress()348 if (config->compressDebugSections == DebugCompressionType::Zstd) { in maybeCompress()457 if (config->compressDebugSections == DebugCompressionType::Zstd) { in writeTo()
199 llvm::DebugCompressionType compressDebugSections; member
1096 config->compressDebugSections = getCompressDebugSections(args); in readConfigs()
869 DebugCompressionType compressDebugSections() const { in compressDebugSections() function
872 const DebugCompressionType CompressionType = MAI->compressDebugSections(); in writeSectionData()