HomeSort by: relevance | last modified time | path
    Searched refs:StripDebug (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 216 bool StripDebug = false;
ConfigManager.cpp 907 Config.StripDebug = InputArgs.hasArg(OBJCOPY_strip_debug);
928 Config.StripDebug = true;
1298 Config.StripDebug = InputArgs.hasArg(STRIP_strip_debug);
1335 if (!InputArgs.hasArg(STRIP_no_strip_all) && !Config.StripDebug &&
1341 Config.StripDebug = true;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp 142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU ||
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 320 if (Config.StripDebug && Sym.Type == STT_FILE)
386 if (Config.StripDebug || Config.StripUnneeded) {
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 142 StripDebug("strip-debug",
661 if (StripDebug)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp 63 if (Config.StripAll || Config.StripDebug) {

Completed in 19 milliseconds