Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp855 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h821 DebugCompressionType compressDebugSections() const { in compressDebugSections() function