Searched refs:compressDebugSections (Results 1 – 2 of 2) sorted by relevance
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()
821 DebugCompressionType compressDebugSections() const { in compressDebugSections() function