Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp25 Common.StripNonAlloc || Common.StripSections || Common.Weaken || in getCOFFConfig()
46 Common.StripNonAlloc || Common.StripSections || in getMachOConfig()
98 Common.StripDebug || Common.StripNonAlloc || Common.StripSections || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp158 return std::make_unique<ELFWriter<ELF32LE>>(Obj, Out, !Config.StripSections, in createELFWriter()
161 return std::make_unique<ELFWriter<ELF64LE>>(Obj, Out, !Config.StripSections, in createELFWriter()
164 return std::make_unique<ELFWriter<ELF32BE>>(Obj, Out, !Config.StripSections, in createELFWriter()
167 return std::make_unique<ELFWriter<ELF64BE>>(Obj, Out, !Config.StripSections, in createELFWriter()
451 if (Config.StripSections) { in replaceAndRemoveSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h276 bool StripSections = false; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1087 Config.StripSections = InputArgs.hasArg(OBJCOPY_strip_sections); in parseObjcopyOptions()
1582 Config.StripSections = InputArgs.hasArg(STRIP_strip_sections); in parseStripOptions()