Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp172 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
204 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
223 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp66 if (Config.StripAll || Config.StripDebug) { in removeSections()
137 if (Config.StripAll) in updateAndRemoveSymbols()
456 if (Config.StripAll) in handleArgs()
461 if (Config.StripAll) in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp76 if (Config.StripAll) { in removeSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h271 bool StripAll = false; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1083 Config.StripAll = InputArgs.hasArg(OBJCOPY_strip_all); in parseObjcopyOptions()
1585 Config.StripAll = Arg->getOption().getID() == STRIP_strip_all; in parseStripOptions()
1616 Config.StripAll = true; in parseStripOptions()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp379 if (Config.StripAll || Config.StripAllGNU) in updateAndRemoveSymbols()
472 if (Config.StripAll) in replaceAndRemoveSections()