Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
166 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
185 if (Config.StripAll || Config.StripAllGNU) in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp63 if (Config.StripAll || Config.StripDebug) { in removeSections()
102 if (Config.StripAll) in updateAndRemoveSymbols()
348 if (Config.StripAll) in handleArgs()
353 if (Config.StripAll) in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h213 bool StripAll = false; member
H A DConfigManager.cpp905 Config.StripAll = InputArgs.hasArg(OBJCOPY_strip_all); in parseObjcopyOptions()
1308 Config.StripAll = Arg->getOption().getID() == STRIP_strip_all; in parseStripOptions()
1338 Config.StripAll = true; in parseStripOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp317 if (Config.StripAll || Config.StripAllGNU) in updateAndRemoveSymbols()
401 if (Config.StripAll) in replaceAndRemoveSections()