Searched refs:StripDebug (Results 1 – 6 of 6) sorted by relevance
59 static cl::opt<bool> StripDebug("strip-debug", variable63 cl::aliasopt(StripDebug));99 if (Strip || StripDebug) in Optimize()100 addPass(Passes, createStripSymbolsPass(StripDebug && !Strip)); in Optimize()
83 StripDebug("strip-debug", variable435 if (StripDebug) in AddStandardCompilePasses()453 if (StripDebug) in AddStandardLinkPasses()590 if (StripDebug && !StandardCompileOpts) in main()
140 bool StripDebug = false; member362 if (Config.StripDebug) { in HandleArgs()620 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug); in ParseObjcopyOptions()681 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug); in ParseStripOptions()687 if (!Config.StripDebug && !Config.StripUnneeded && !Config.DiscardAll) in ParseStripOptions()
5 source_filename = "test/Transforms/StripSymbols/2010-06-30-StripDebug.ll"
109 StripDebug("strip-debug", variable396 if (StripDebug) in main()
122 StripDebug("strip-debug", variable521 if (StripDebug) in main()