Home
last modified time | relevance | path

Searched refs:PreserveDates (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp233 bool PreserveDates) { in restoreStatOnFile() argument
245 if (PreserveDates) in restoreStatOnFile()
321 restoreStatOnFile(Config.OutputFilename, Stat, Config.PreserveDates)) in executeObjcopy()
327 restoreStatOnFile(Config.SplitDWO, Stat, Config.PreserveDates)) in executeObjcopy()
DCopyConfig.h223 bool PreserveDates = false; member
DCopyConfig.cpp809 Config.PreserveDates = InputArgs.hasArg(OBJCOPY_preserve_dates); in parseObjcopyOptions()
811 if (Config.PreserveDates && in parseObjcopyOptions()
1142 Config.PreserveDates = InputArgs.hasArg(STRIP_preserve_dates); in parseStripOptions()
1171 if (Config.PreserveDates && (is_contained(Positional, "-") || in parseStripOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp261 Config.LocalizeHidden || Config.PreserveDates || Config.StripDWO || in handleArgs()
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp340 Config.ExtractDWO || Config.LocalizeHidden || Config.PreserveDates || in handleArgs()