Searched refs:StripDebug (Results 1 – 8 of 8) sorted by relevance
5 source_filename = "test/Transforms/StripSymbols/2010-06-30-StripDebug.ll"
713 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug); in parseObjcopyOptions()733 Config.StripDebug = true; in parseObjcopyOptions()1092 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug); in parseStripOptions()1128 if (!InputArgs.hasArg(STRIP_no_strip_all) && !Config.StripDebug && in parseStripOptions()1134 Config.StripDebug = true; in parseStripOptions()
227 bool StripDebug = false; member
109 StripDebug("strip-debug", variable396 if (StripDebug) in main()
142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU || in handleArgs()
136 StripDebug("strip-debug", variable617 if (StripDebug) in main()
433 if (Config.StripDebug && Sym.Type == STT_FILE) in updateAndRemoveSymbols()499 if (Config.StripDebug || Config.StripUnneeded) { in replaceAndRemoveSections()
60 if (Config.StripAll || Config.StripDebug) { in removeSections()