Searched refs:DebugCompressionType (Results 1 – 4 of 4) sorted by relevance
389 DebugCompressionType CompressDebugSections = DebugCompressionType::None;655 DebugCompressionType compressDebugSections() const { in compressDebugSections()659 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
26 enum class DebugCompressionType { enum
215 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
855 MAI->compressDebugSections() != DebugCompressionType::None; in writeSectionData()862 assert((MAI->compressDebugSections() == DebugCompressionType::Z || in writeSectionData()863 MAI->compressDebugSections() == DebugCompressionType::GNU) && in writeSectionData()879 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z; in writeSectionData()