Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DCopyConfig.h95 bool DecompressDebugSections = false; member
H A DCopyConfig.cpp355 Config.DecompressDebugSections = in parseObjcopyOptions()
378 if (Config.DecompressDebugSections && in parseObjcopyOptions()
384 if (Config.DecompressDebugSections && !zlib::isAvailable()) in parseObjcopyOptions()
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp469 else if (Config.DecompressDebugSections) in handleArgs()