Home
last modified time | relevance | path

Searched refs:StripDebug (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp140 bool StripDebug = false; member
362 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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StripSymbols/
D2010-06-30-StripDebug.ll5 source_filename = "test/Transforms/StripSymbols/2010-06-30-StripDebug.ll"
/external/llvm/tools/opt/
Dopt.cpp109 StripDebug("strip-debug", variable
396 if (StripDebug) in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
Dopt.cpp122 StripDebug("strip-debug", variable
521 if (StripDebug) in main()