Searched refs:CompressDebugSections (Results 1 – 7 of 7) sorted by relevance
72 static cl::opt<DebugCompressionType> CompressDebugSections( variable375 MCOptions.CompressDebugSections = CompressDebugSections.getValue(); in main()417 if (CompressDebugSections != DebugCompressionType::None) { in main()419 compression::formatFor(CompressDebugSections))) { in main()
83 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
106 llvm::DebugCompressionType CompressDebugSections = member291 Opts.CompressDebugSections = in CreateFromArgs()453 MCOptions.CompressDebugSections = Opts.CompressDebugSections; in ExecuteAssemblerImpl()
31 ENUM_DEBUGOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
741 Ctx.getTargetOptions() ? Ctx.getTargetOptions()->CompressDebugSections in writeSectionData()
511 Options.MCOptions.CompressDebugSections = in initTargetOptions()
7600 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;