Home
last modified time | relevance | path

Searched refs:CompressDebugSections (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h377 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
626 return CompressDebugSections; in compressDebugSections()
629 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument
630 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp99 llvm::DebugCompressionType CompressDebugSections = member
222 Opts.CompressDebugSections = llvm::DebugCompressionType::GNU; in CreateFromArgs()
224 Opts.CompressDebugSections = in CreateFromArgs()
354 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp63 static cl::opt<DebugCompressionType> CompressDebugSections( variable
359 if (CompressDebugSections != DebugCompressionType::None) { in main()
365 MAI->setCompressDebugSections(CompressDebugSections); in main()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h215 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h135 bool CompressDebugSections; member
H A DOutputSections.cpp187 if (!Config->CompressDebugSections || (Flags & SHF_ALLOC) || in maybeCompress()
H A DDriver.cpp770 Config->CompressDebugSections = getCompressDebugSections(Args); in readConfigs()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp67 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def32 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp450 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()