Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h264 bool DecompressDebugSections = false; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp892 Config.DecompressDebugSections = in parseObjcopyOptions()
1004 if (Config.DecompressDebugSections && in parseObjcopyOptions()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp515 } else if (Config.DecompressDebugSections) { in replaceAndRemoveSections()