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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp 142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU ||
165 // StripAll removes all symbols and thus also removes all relocations.
166 if (Config.StripAll || Config.StripAllGNU)
183 // For StripAll, all relocations have been stripped and we remove all
185 if (Config.StripAll || Config.StripAllGNU)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 213 bool StripAll = false;
ConfigManager.cpp 905 Config.StripAll = InputArgs.hasArg(OBJCOPY_strip_all);
1308 Config.StripAll = Arg->getOption().getID() == STRIP_strip_all;
1338 Config.StripAll = true;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp 63 if (Config.StripAll || Config.StripDebug) {
102 if (Config.StripAll)
348 if (Config.StripAll)
353 if (Config.StripAll)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 317 if (Config.StripAll || Config.StripAllGNU)
401 if (Config.StripAll)

Completed in 95 milliseconds