Searched refs:CompressDebugSections (Results 1 – 8 of 8) sorted by relevance
501 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable822 return CompressDebugSections; in compressDebugSections()825 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument826 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
64 static cl::opt<DebugCompressionType> CompressDebugSections( variable372 if (CompressDebugSections != DebugCompressionType::None) { in main()378 MAI->setCompressDebugSections(CompressDebugSections); in main()
100 llvm::DebugCompressionType CompressDebugSections = member227 Opts.CompressDebugSections = in CreateFromArgs()371 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
233 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
72 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
514 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
4761 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;