Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h865 DebugCompressionType compressDebugSections() const { in compressDebugSections() function
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h168 bool compressDebugSections; member
H A DOutputSections.cpp327 if (!config->compressDebugSections || (flags & SHF_ALLOC) || in maybeCompress()
H A DDriver.cpp1050 config->compressDebugSections = getCompressDebugSections(args); in readConfigs()
/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp852 MAI->compressDebugSections() != DebugCompressionType::None; in writeSectionData()
858 assert(MAI->compressDebugSections() == DebugCompressionType::Z && in writeSectionData()