Home
last modified time | relevance | path

Searched refs:compressDebugSections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp377 if (!(flags & SHF_ALLOC) && ctx.arg.compressDebugSections && in maybeCompress()
379 ctype = *ctx.arg.compressDebugSections; in maybeCompress()
H A DConfig.h312 std::optional<llvm::DebugCompressionType> compressDebugSections; member
H A DDriver.cpp1386 ctx.arg.compressDebugSections = in readConfigs()