Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h156 bool compressDebugSections; member
H A DOutputSections.cpp285 if (!config->compressDebugSections || (flags & SHF_ALLOC) || in maybeCompress()
H A DDriver.cpp1022 config->compressDebugSections = getCompressDebugSections(args); in readConfigs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp857 MAI->compressDebugSections() != DebugCompressionType::None; in writeSectionData()
864 assert((MAI->compressDebugSections() == DebugCompressionType::Z || in writeSectionData()
865 MAI->compressDebugSections() == DebugCompressionType::GNU) && in writeSectionData()
881 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z; in writeSectionData()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h843 DebugCompressionType compressDebugSections() const { in compressDebugSections() function