Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h389 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
655 DebugCompressionType compressDebugSections() const { in compressDebugSections()
659 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
DMCTargetOptions.h26 enum class DebugCompressionType { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h215 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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()