Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h528 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
879 return CompressDebugSections; in compressDebugSections()
882 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument
883 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
/freebsd-14.2/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()
407 compression::formatFor(CompressDebugSections))) { in main()
413 MAI->setCompressDebugSections(CompressDebugSections); in main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h263 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp102 llvm::DebugCompressionType CompressDebugSections = member
261 Opts.CompressDebugSections = in CreateFromArgs()
422 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp80 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def49 BENIGN_ENUM_DEBUGOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp359 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6784 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;