Searched refs:CompressDebugSections (Results 1 – 11 of 11) sorted by relevance
346 bool CompressDebugSections; variable530 bool compressDebugSections() const { return CompressDebugSections; } in compressDebugSections()532 void setCompressDebugSections(bool CompressDebugSections) { in setCompressDebugSections() argument533 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
80 CompressDebugSections(false), FunctionSections(false), in TargetOptions()193 unsigned CompressDebugSections : 1; variable
106 CompressDebugSections = false; in MCAsmInfo()
257 void CompressDebugSections(MCAssembler &Asm, MCAsmLayout &Layout);1255 void ELFObjectWriter::CompressDebugSections(MCAssembler &Asm, in CompressDebugSections() function in ELFObjectWriter1707 CompressDebugSections(Asm, const_cast<MCAsmLayout &>(Layout)); in WriteObject()
89 unsigned CompressDebugSections : 1; member198 Opts.CompressDebugSections = Args->hasArg(OPT_compress_debug_sections); in CreateFromArgs()314 if (Opts.CompressDebugSections) in ExecuteAssembler()
55 CompressDebugSections("compress-debug-sections", variable392 if (CompressDebugSections) { in main()
65 if (Options.CompressDebugSections) in initAsmInfo()
472 if (CodeGenOpts.CompressDebugSections) in CreateTargetMachine()473 Options.CompressDebugSections = true; in CreateTargetMachine()
32 CODEGENOPT(CompressDebugSections, 1, 0) ///< -Wa,-compress-debug-sections
2065 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local2090 CompressDebugSections = true; in CollectArgsForIntegratedAssembler()2093 CompressDebugSections = false; in CollectArgsForIntegratedAssembler()2108 if (CompressDebugSections) { in CollectArgsForIntegratedAssembler()
509 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections); in ParseCodeGenArgs()