Searched refs:CompressDebugSections (Results 1 – 8 of 8) sorted by relevance
523 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable866 return CompressDebugSections; in compressDebugSections()869 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument870 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
74 static cl::opt<DebugCompressionType> CompressDebugSections( variable403 if (CompressDebugSections != DebugCompressionType::None) { in main()409 MAI->setCompressDebugSections(CompressDebugSections); in main()
100 llvm::DebugCompressionType CompressDebugSections = member237 Opts.CompressDebugSections = in CreateFromArgs()390 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
258 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
75 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
376 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
5266 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;