Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp72 static cl::opt<DebugCompressionType> CompressDebugSections( variable
375 MCOptions.CompressDebugSections = CompressDebugSections.getValue(); in main()
417 if (CompressDebugSections != DebugCompressionType::None) { in main()
419 compression::formatFor(CompressDebugSections))) { in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h83 DebugCompressionType CompressDebugSections = DebugCompressionType::None; variable
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp106 llvm::DebugCompressionType CompressDebugSections = member
291 Opts.CompressDebugSections = in CreateFromArgs()
453 MCOptions.CompressDebugSections = Opts.CompressDebugSections; in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def31 ENUM_DEBUGOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp741 Ctx.getTargetOptions() ? Ctx.getTargetOptions()->CompressDebugSections in writeSectionData()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp511 Options.MCOptions.CompressDebugSections = in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7600 MarshallingInfoEnum<CodeGenOpts<"CompressDebugSections">, "None">;