Searched refs:CompressDebugSections (Results 1 – 10 of 10) sorted by relevance
369 DebugCompressionType CompressDebugSections; variable590 return CompressDebugSections; in compressDebugSections()593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument594 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
100 DisableIntegratedAS(false), CompressDebugSections(false), in TargetOptions()192 unsigned CompressDebugSections : 1; variable
88 unsigned CompressDebugSections : 1; member201 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections); in CreateFromArgs()315 if (Opts.CompressDebugSections) in ExecuteAssembler()
60 CompressDebugSections("compress-debug-sections", cl::ValueOptional, variable429 if (CompressDebugSections != DebugCompressionType::DCT_None) { in main()435 MAI->setCompressDebugSections(CompressDebugSections); in main()
112 CompressDebugSections = DebugCompressionType::DCT_None; in MCAsmInfo()
75 if (Options.CompressDebugSections) in initAsmInfo()
605 Options.CompressDebugSections = CodeGenOpts.CompressDebugSections; in CreateTargetMachine()
32 CODEGENOPT(CompressDebugSections, 1, 0) ///< -Wa,-compress-debug-sections
2847 bool CompressDebugSections = false; in CollectArgsForIntegratedAssembler() local2921 CompressDebugSections = true; in CollectArgsForIntegratedAssembler()2924 CompressDebugSections = false; in CollectArgsForIntegratedAssembler()2956 if (CompressDebugSections) { in CollectArgsForIntegratedAssembler()
695 Opts.CompressDebugSections = Args.hasArg(OPT_compress_debug_sections); in ParseCodeGenArgs()