Searched refs:StripAllGNU (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.cpp100 if (Config.StripDebug || Config.StripAll || Config.StripAllGNU ||
124 if (Config.StripAll || Config.StripAllGNU)
144 if (Config.StripAll || Config.StripAllGNU)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h216 bool StripAllGNU = false; member in struct:llvm::objcopy::CopyConfig
H A DCopyConfig.cpp648 Config.StripAllGNU = InputArgs.hasArg(OBJCOPY_strip_all_gnu);
910 Config.StripAllGNU = InputArgs.hasArg(STRIP_strip_all_gnu);
936 !Config.StripAllGNU && Config.SymbolsToRemove.empty())
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp171 Config.PreserveDates || Config.StripAllGNU || Config.StripDWO ||
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp417 if (Config.StripAll || Config.StripAllGNU)
459 if (Config.StripAllGNU)

Completed in 125 milliseconds