Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp69 static cl::opt<DebugCompressionType> CompressDebugSections( variable
358 MCOptions.CompressDebugSections = CompressDebugSections.getValue(); in main()
399 if (CompressDebugSections != DebugCompressionType::None) { in main()
401 compression::formatFor(CompressDebugSections))) { in main()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h89 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/src/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp109 llvm::DebugCompressionType CompressDebugSections = member
285 Opts.CompressDebugSections = in CreateFromArgs()
445 MCOptions.CompressDebugSections = Opts.CompressDebugSections; in ExecuteAssemblerImpl()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def49 BENIGN_ENUM_DEBUGOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp475 Options.MCOptions.CompressDebugSections = in initTargetOptions()
/src/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp738 Ctx.getTargetOptions() ? Ctx.getTargetOptions()->CompressDebugSections in writeSectionData()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7082 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;