Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h501 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
822 return CompressDebugSections; in compressDebugSections()
825 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument
826 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp64 static cl::opt<DebugCompressionType> CompressDebugSections( variable
372 if (CompressDebugSections != DebugCompressionType::None) { in main()
378 MAI->setCompressDebugSections(CompressDebugSections); in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp100 llvm::DebugCompressionType CompressDebugSections = member
227 Opts.CompressDebugSections = in CreateFromArgs()
371 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h233 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp72 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp514 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4761 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;