Searched refs:CompressDebugSections (Results 1 – 11 of 11) sorted by relevance
341 bool CompressDebugSections; variable510 bool compressDebugSections() const { return CompressDebugSections; } in compressDebugSections()512 void setCompressDebugSections(bool CompressDebugSections) { in setCompressDebugSections() argument513 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
65 CompressDebugSections(false), FunctionSections(false), in TargetOptions()176 unsigned CompressDebugSections : 1; variable
106 CompressDebugSections = false; in MCAsmInfo()
259 void CompressDebugSections(MCAssembler &Asm, MCAsmLayout &Layout);1266 void ELFObjectWriter::CompressDebugSections(MCAssembler &Asm, in CompressDebugSections() function in ELFObjectWriter1735 CompressDebugSections(Asm, const_cast<MCAsmLayout &>(Layout)); in WriteObject()
89 unsigned CompressDebugSections : 1; member196 Opts.CompressDebugSections = Args->hasArg(OPT_compress_debug_sections); in CreateFromArgs()312 if (Opts.CompressDebugSections) in ExecuteAssembler()
55 CompressDebugSections("compress-debug-sections", variable393 if (CompressDebugSections) { in main()
64 if (Options.CompressDebugSections) in initAsmInfo()
424 if (CodeGenOpts.CompressDebugSections) in CreateTargetMachine()425 Options.CompressDebugSections = true; in CreateTargetMachine()
32 CODEGENOPT(CompressDebugSections, 1, 0) ///< -Wa,-compress-debug-sections
1824 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local1850 CompressDebugSections = true; in CollectArgsForIntegratedAssembler()1853 CompressDebugSections = false; in CollectArgsForIntegratedAssembler()1868 if (CompressDebugSections) { in CollectArgsForIntegratedAssembler()
481 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections); in ParseCodeGenArgs()