Searched refs:CompressDebugSections (Results 1 – 10 of 10) sorted by relevance
377 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable626 return CompressDebugSections; in compressDebugSections()629 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument630 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
99 llvm::DebugCompressionType CompressDebugSections = member222 Opts.CompressDebugSections = llvm::DebugCompressionType::GNU; in CreateFromArgs()224 Opts.CompressDebugSections = in CreateFromArgs()354 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssembler()
63 static cl::opt<DebugCompressionType> CompressDebugSections( variable359 if (CompressDebugSections != DebugCompressionType::None) { in main()365 MAI->setCompressDebugSections(CompressDebugSections); in main()
215 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
135 bool CompressDebugSections; member
187 if (!Config->CompressDebugSections || (Flags & SHF_ALLOC) || in maybeCompress()
770 Config->CompressDebugSections = getCompressDebugSections(Args); in readConfigs()
67 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
32 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
450 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()