Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h270 bool DecompressDebugSections = false; member
H A DConfigManager.cpp580 Common.DecompressDebugSections || in getCOFFConfig()
601 Common.StripSections || Common.Weaken || Common.DecompressDebugSections || in getMachOConfig()
918 Config.DecompressDebugSections = in parseObjcopyOptions()
1030 if (Config.DecompressDebugSections && in parseObjcopyOptions()
1038 if (Config.DecompressDebugSections && !zlib::isAvailable()) in parseObjcopyOptions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp489 } else if (Config.DecompressDebugSections) { in replaceAndRemoveSections()