Searched refs:CompressDebugSections (Results 1 – 7 of 7) sorted by relevance
69 static cl::opt<DebugCompressionType> CompressDebugSections( variable358 MCOptions.CompressDebugSections = CompressDebugSections.getValue(); in main()399 if (CompressDebugSections != DebugCompressionType::None) { in main()401 compression::formatFor(CompressDebugSections))) { in main()
89 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
109 llvm::DebugCompressionType CompressDebugSections = member285 Opts.CompressDebugSections = in CreateFromArgs()445 MCOptions.CompressDebugSections = Opts.CompressDebugSections; in ExecuteAssemblerImpl()
49 BENIGN_ENUM_DEBUGOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
475 Options.MCOptions.CompressDebugSections = in initTargetOptions()
738 Ctx.getTargetOptions() ? Ctx.getTargetOptions()->CompressDebugSections in writeSectionData()
7082 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;