Home
last modified time | relevance | path

Searched refs:StripAll (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp172 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
196 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
215 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObjcopy.cpp66 if (Config.StripAll || Config.StripDebug) { in removeSections()
118 if (Config.StripAll) in updateAndRemoveSymbols()
418 if (Config.StripAll) in handleArgs()
423 if (Config.StripAll) in handleArgs()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.cpp76 if (Config.StripAll) { in removeSections()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h257 bool StripAll = false; member
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.cpp384 if (Config.StripAll || Config.StripAllGNU) in updateAndRemoveSymbols()
476 if (Config.StripAll) in replaceAndRemoveSections()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp975 Config.StripAll = InputArgs.hasArg(OBJCOPY_strip_all); in parseObjcopyOptions()
1454 Config.StripAll = Arg->getOption().getID() == STRIP_strip_all; in parseStripOptions()
1485 Config.StripAll = true; in parseStripOptions()