Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h56 enum class DebugCompressionType { enum
369 DebugCompressionType CompressDebugSections;
589 DebugCompressionType compressDebugSections() const { in compressDebugSections()
593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp59 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()
/external/llvm/lib/MC/
DMCAsmInfo.cpp112 CompressDebugSections = DebugCompressionType::DCT_None; in MCAsmInfo()
DELFObjectWriter.cpp1023 DebugCompressionType::DCT_None; in writeSectionData()
1047 DebugCompressionType::DCT_Zlib; in writeSectionData()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp76 TmpAsmInfo->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in initAsmInfo()
/external/clang/tools/driver/
Dcc1as_main.cpp316 MAI->setCompressDebugSections(DebugCompressionType::DCT_ZlibGnu); in ExecuteAssembler()