Searched refs:CompressDebugSections (Results 1 – 14 of 14) sorted by relevance
369 DebugCompressionType CompressDebugSections; variable590 return CompressDebugSections; in compressDebugSections()593 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument594 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
377 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable626 return CompressDebugSections; in compressDebugSections()629 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument630 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()
63 static cl::opt<DebugCompressionType> CompressDebugSections( variable355 if (CompressDebugSections != DebugCompressionType::None) { in main()361 MAI->setCompressDebugSections(CompressDebugSections); in main()
60 CompressDebugSections("compress-debug-sections", cl::ValueOptional, variable429 if (CompressDebugSections != DebugCompressionType::DCT_None) { in main()435 MAI->setCompressDebugSections(CompressDebugSections); in main()
203 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
112 CompressDebugSections = DebugCompressionType::DCT_None; in MCAsmInfo()
67 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
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()