Searched refs:CompressDebugSections (Results 1 – 8 of 8) sorted by relevance
511 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable844 return CompressDebugSections; in compressDebugSections()847 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument848 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
74 static cl::opt<DebugCompressionType> CompressDebugSections( variable405 if (CompressDebugSections != DebugCompressionType::None) { in main()411 MAI->setCompressDebugSections(CompressDebugSections); in main()
230 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
100 llvm::DebugCompressionType CompressDebugSections = member227 Opts.CompressDebugSections = in CreateFromArgs()371 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
76 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
523 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
4816 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;