Searched refs:compressDebugSections (Results 1 – 5 of 5) sorted by relevance
156 bool compressDebugSections; member
285 if (!config->compressDebugSections || (flags & SHF_ALLOC) || in maybeCompress()
1022 config->compressDebugSections = getCompressDebugSections(args); in readConfigs()
857 MAI->compressDebugSections() != DebugCompressionType::None; in writeSectionData()864 assert((MAI->compressDebugSections() == DebugCompressionType::Z || in writeSectionData()865 MAI->compressDebugSections() == DebugCompressionType::GNU) && in writeSectionData()881 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z; in writeSectionData()
843 DebugCompressionType compressDebugSections() const { in compressDebugSections() function