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 DConfig.h232 std::optional<llvm::DebugCompressionType> compressDebugSections; member
H A DOutputSections.cpp360 if (!(flags & SHF_ALLOC) && config->compressDebugSections && in maybeCompress()
362 ctype = *config->compressDebugSections; in maybeCompress()
H A DDriver.cpp1266 config->compressDebugSections = in readConfigs()