Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp141 return std::make_unique<ELFWriter<ELF32LE>>(Obj, Buf, !Config.StripSections, in createELFWriter()
144 return std::make_unique<ELFWriter<ELF64LE>>(Obj, Buf, !Config.StripSections, in createELFWriter()
147 return std::make_unique<ELFWriter<ELF32BE>>(Obj, Buf, !Config.StripSections, in createELFWriter()
150 return std::make_unique<ELFWriter<ELF64BE>>(Obj, Buf, !Config.StripSections, in createELFWriter()
493 if (Config.StripSections) { in replaceAndRemoveSections()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h229 bool StripSections = false; member
DCopyConfig.cpp715 Config.StripSections = InputArgs.hasArg(OBJCOPY_strip_sections); in parseObjcopyOptions()
1099 Config.StripSections = InputArgs.hasArg(STRIP_strip_sections); in parseStripOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp262 Config.StripNonAlloc || Config.StripSections || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp342 Config.StripSections || Config.Weaken || Config.DecompressDebugSections || in handleArgs()