Searched refs:StripAll (Results 1 – 6 of 6) sorted by relevance
172 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()
66 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()
76 if (Config.StripAll) { in removeSections()
257 bool StripAll = false; member
384 if (Config.StripAll || Config.StripAllGNU) in updateAndRemoveSymbols()476 if (Config.StripAll) in replaceAndRemoveSections()
975 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()