Searched refs:StripSections (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | ELFObjcopy.cpp | 141 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/ |
D | CopyConfig.h | 229 bool StripSections = false; member
|
D | CopyConfig.cpp | 715 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/ |
D | COFFObjcopy.cpp | 262 Config.StripNonAlloc || Config.StripSections || in handleArgs()
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | MachOObjcopy.cpp | 342 Config.StripSections || Config.Weaken || Config.DecompressDebugSections || in handleArgs()
|