Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h511 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
844 return CompressDebugSections; in compressDebugSections()
847 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument
848 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp74 static cl::opt<DebugCompressionType> CompressDebugSections( variable
405 if (CompressDebugSections != DebugCompressionType::None) { in main()
411 MAI->setCompressDebugSections(CompressDebugSections); in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h230 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp100 llvm::DebugCompressionType CompressDebugSections = member
227 Opts.CompressDebugSections = in CreateFromArgs()
371 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp76 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp523 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4816 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;