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()
47 Common.StripNonAlloc || Common.StripSections || in getMachOConfig()
97 Common.StripDebug || Common.StripNonAlloc || Common.StripSections || in getXCOFFConfig()
/freebsd/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()
455 if (Config.StripSections) { in replaceAndRemoveSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h262 bool StripSections = false; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp979 Config.StripSections = InputArgs.hasArg(OBJCOPY_strip_sections); in parseObjcopyOptions()
1451 Config.StripSections = InputArgs.hasArg(STRIP_strip_sections); in parseStripOptions()