Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h525 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
870 return CompressDebugSections; in compressDebugSections()
873 void setCompressDebugSections(DebugCompressionType CompressDebugSections) { in setCompressDebugSections() argument
874 this->CompressDebugSections = CompressDebugSections; in setCompressDebugSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp74 static cl::opt<DebugCompressionType> CompressDebugSections( variable
402 if (CompressDebugSections != DebugCompressionType::None) { in main()
404 compression::formatFor(CompressDebugSections))) { in main()
410 MAI->setCompressDebugSections(CompressDebugSections); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h258 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp101 llvm::DebugCompressionType CompressDebugSections = member
255 Opts.CompressDebugSections = in CreateFromArgs()
413 MAI->setCompressDebugSections(Opts.CompressDebugSections); in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp75 TmpAsmInfo->setCompressDebugSections(Options.CompressDebugSections); in initAsmInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp383 Options.CompressDebugSections = CodeGenOpts.getCompressDebugSections(); in initTargetOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5424 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;