Searched refs:DebugCompressionType (Results 1 – 6 of 6) sorted by relevance
56 enum class DebugCompressionType { enum369 DebugCompressionType CompressDebugSections;589 DebugCompressionType compressDebugSections() const { in compressDebugSections()593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
59 static cl::opt<DebugCompressionType>61 cl::init(DebugCompressionType::DCT_None),64 clEnumValN(DebugCompressionType::DCT_None, "none",66 clEnumValN(DebugCompressionType::DCT_Zlib, "zlib",68 clEnumValN(DebugCompressionType::DCT_ZlibGnu, "zlib-gnu",429 if (CompressDebugSections != DebugCompressionType::DCT_None) { in main()
112 CompressDebugSections = DebugCompressionType::DCT_None; in MCAsmInfo()
1023 DebugCompressionType::DCT_None; in writeSectionData()1047 DebugCompressionType::DCT_Zlib; in writeSectionData()
76 TmpAsmInfo->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in initAsmInfo()
316 MAI->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in ExecuteAssembler()