Home
last modified time | relevance | path

Searched refs:DecompressDebugSections (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/
H A DConfigManager.cpp25 Common.StripSections || Common.Weaken || Common.DecompressDebugSections || in getCOFFConfig()
44 Common.DecompressDebugSections || Common.StripUnneeded || in getMachOConfig()
89 Common.Weaken || Common.StripUnneeded || Common.DecompressDebugSections) { in getXCOFFConfig()
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h264 bool DecompressDebugSections = false; member
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp876 Config.DecompressDebugSections = in parseObjcopyOptions()
988 if (Config.DecompressDebugSections && in parseObjcopyOptions()
996 if (Config.DecompressDebugSections && !compression::zlib::isAvailable()) in parseObjcopyOptions()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp516 } else if (Config.DecompressDebugSections) { in replaceAndRemoveSections()