Searched refs:CompressDebugSections (Results 1 – 8 of 8) sorted by relevance
525 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable870 return CompressDebugSections; in compressDebugSections()873 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument874 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
74 static cl::opt<DebugCompressionType> CompressDebugSections( variable402 if (CompressDebugSections != DebugCompressionType::None) { in main()404 compression::formatFor(CompressDebugSections))) { in main()410 MAI->setCompressDebugSections(CompressDebugSections); in main()
258 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
101 llvm::DebugCompressionType CompressDebugSections = member255 Opts.CompressDebugSections = in CreateFromArgs()413 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
75 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
383 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
5424 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;