Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp24 Common.StripNonAlloc || Common.StripSections || Common.Weaken || in getCOFFConfig()
44 Common.StripNonAlloc || Common.StripSections || in getMachOConfig()
91 Common.StripDebug || Common.StripNonAlloc || Common.StripSections || in getXCOFFConfig()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp163 return std::make_unique<ELFWriter<ELF32LE>>(Obj, Out, !Config.StripSections, in createELFWriter()
166 return std::make_unique<ELFWriter<ELF64LE>>(Obj, Out, !Config.StripSections, in createELFWriter()
169 return std::make_unique<ELFWriter<ELF32BE>>(Obj, Out, !Config.StripSections, in createELFWriter()
172 return std::make_unique<ELFWriter<ELF64BE>>(Obj, Out, !Config.StripSections, in createELFWriter()
424 if (Config.StripSections) { in replaceAndRemoveSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h264 bool StripSections = false; member
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp873 Config.StripSections = InputArgs.hasArg(OBJCOPY_strip_sections); in parseObjcopyOptions()
1295 Config.StripSections = InputArgs.hasArg(STRIP_strip_sections); in parseStripOptions()