Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/
H A DConfigManager.cpp25 Common.StripSections || Common.Weaken || Common.DecompressDebugSections || in getCOFFConfig()
43 Common.StripNonAlloc || Common.StripSections || Common.Weaken || in getMachOConfig()
88 Common.StripDebug || Common.StripNonAlloc || Common.StripSections || in getXCOFFConfig()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp140 return std::make_unique<ELFWriter<ELF32LE>>(Obj, Out, !Config.StripSections, in createELFWriter()
143 return std::make_unique<ELFWriter<ELF64LE>>(Obj, Out, !Config.StripSections, in createELFWriter()
146 return std::make_unique<ELFWriter<ELF32BE>>(Obj, Out, !Config.StripSections, in createELFWriter()
149 return std::make_unique<ELFWriter<ELF64BE>>(Obj, Out, !Config.StripSections, in createELFWriter()
408 if (Config.StripSections) { in replaceAndRemoveSections()
/llvm-project-15.0.7/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h261 bool StripSections = false; member
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp859 Config.StripSections = InputArgs.hasArg(OBJCOPY_strip_sections); in parseObjcopyOptions()
1279 Config.StripSections = InputArgs.hasArg(STRIP_strip_sections); in parseStripOptions()