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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp 142 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU ||
166 if (Config.StripAll || Config.StripAllGNU)
185 if (Config.StripAll || Config.StripAllGNU)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 214 bool StripAllGNU = false;
ConfigManager.cpp 621 Common.StripAllGNU || Common.StripDWO || Common.StripNonAlloc ||
906 Config.StripAllGNU = InputArgs.hasArg(OBJCOPY_strip_all_gnu);
1309 Config.StripAllGNU = InputArgs.hasArg(STRIP_strip_all_gnu);
1337 !Config.StripAllGNU && Config.SymbolsToRemove.empty())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 317 if (Config.StripAll || Config.StripAllGNU)
362 if (Config.StripAllGNU)

Completed in 21 milliseconds