Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h222 bool DecompressDebugSections = false; member
H A DConfigManager.cpp601 Common.DecompressDebugSections || in getCOFFConfig()
622 Common.StripSections || Common.Weaken || Common.DecompressDebugSections || in getMachOConfig()
925 Config.DecompressDebugSections = in parseObjcopyOptions()
1032 if (Config.DecompressDebugSections && in parseObjcopyOptions()
1040 if (Config.DecompressDebugSections && !zlib::isAvailable()) in parseObjcopyOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp489 } else if (Config.DecompressDebugSections) { in replaceAndRemoveSections()