Home
last modified time | relevance | path

Searched refs:StripDebug (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-ld/
DOptimize.cpp59 static cl::opt<bool> StripDebug("strip-debug", variable
63 cl::aliasopt(StripDebug));
99 if (Strip || StripDebug) in Optimize()
100 addPass(Passes, createStripSymbolsPass(StripDebug && !Strip)); in Optimize()
/external/swiftshader/third_party/LLVM/tools/opt/
Dopt.cpp83 StripDebug("strip-debug", variable
435 if (StripDebug) in AddStandardCompilePasses()
453 if (StripDebug) in AddStandardLinkPasses()
590 if (StripDebug && !StandardCompileOpts) in main()
/external/llvm/tools/opt/
Dopt.cpp109 StripDebug("strip-debug", variable
396 if (StripDebug) in main()