Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h589 DebugCompressionType compressDebugSections() const { in compressDebugSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h625 DebugCompressionType compressDebugSections() const { in compressDebugSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp839 MAI->compressDebugSections() != DebugCompressionType::None; in writeSectionData()
846 assert((MAI->compressDebugSections() == DebugCompressionType::Z || in writeSectionData()
847 MAI->compressDebugSections() == DebugCompressionType::GNU) && in writeSectionData()
863 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z; in writeSectionData()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1022 Asm.getContext().getAsmInfo()->compressDebugSections() != in writeSectionData()
1046 bool ZlibStyle = Asm.getContext().getAsmInfo()->compressDebugSections() == in writeSectionData()