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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 211 bool OnlyKeepDebug = false;
ConfigManager.cpp 922 Config.OnlyKeepDebug = InputArgs.hasArg(OBJCOPY_only_keep_debug);
1311 Config.OnlyKeepDebug = InputArgs.hasArg(STRIP_only_keep_debug);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 143 Config.OnlyKeepDebug);
146 Config.OnlyKeepDebug);
149 Config.OnlyKeepDebug);
152 Config.OnlyKeepDebug);
607 if (Config.OnlyKeepDebug)
Object.h 351 bool OnlyKeepDebug;
355 ELFWriter(Object &Obj, raw_ostream &Out, bool WSH, bool OnlyKeepDebug);
Object.cpp 2104 bool OnlyKeepDebug)
2106 OnlyKeepDebug(OnlyKeepDebug) {}
2379 if (OnlyKeepDebug) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp 155 if (Config.OnlyKeepDebug) {

Completed in 39 milliseconds