Home
last modified time | relevance | path

Searched refs:ZlibStyle (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp1046 bool ZlibStyle = Asm.getContext().getAsmInfo()->compressDebugSections() == in writeSectionData() local
1049 ZlibStyle, Sec.getAlignment())) { in writeSectionData()
1054 if (ZlibStyle) in writeSectionData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp879 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z; in writeSectionData() local
881 ZlibStyle, Sec.getAlignment())) { in writeSectionData()
886 if (ZlibStyle) { in writeSectionData()
/external/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp879 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z; in writeSectionData() local
881 ZlibStyle, Sec.getAlignment())) { in writeSectionData()
886 if (ZlibStyle) { in writeSectionData()