Searched refs:CompressDebugSections (Results 1 – 8 of 8) sorted by relevance
528 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable879 return CompressDebugSections; in compressDebugSections()882 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument883 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
74 static cl::opt<DebugCompressionType> CompressDebugSections( variable405 if (CompressDebugSections != DebugCompressionType::None) { in main()407 compression::formatFor(CompressDebugSections))) { in main()413 MAI->setCompressDebugSections(CompressDebugSections); in main()
263 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
102 llvm::DebugCompressionType CompressDebugSections = member261 Opts.CompressDebugSections = in CreateFromArgs()422 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
80 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
49 BENIGN_ENUM_DEBUGOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
359 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
6784 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;