Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h625 DebugCompressionType compressDebugSections() const { in compressDebugSections() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp854 MAI->compressDebugSections() != DebugCompressionType::None; in writeSectionData()
861 assert((MAI->compressDebugSections() == DebugCompressionType::Z || in writeSectionData()
862 MAI->compressDebugSections() == DebugCompressionType::GNU) && in writeSectionData()
878 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z; in writeSectionData()