Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp24 Common.ExtractDWO || Common.PreserveDates || Common.StripDWO || in getCOFFConfig()
46 Common.PreserveDates || Common.StripAllGNU || Common.StripDWO || in getMachOConfig()
96 Common.PreserveDates || Common.StripAllGNU || Common.StripDWO || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp198 Config.StripDWO = false; in executeObjcopy()
204 Config.StripDWO = true; in executeObjcopy()
H A DObjcopyOptions.cpp978 Config.StripDWO = InputArgs.hasArg(OBJCOPY_strip_dwo); in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h259 bool StripDWO = false; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp427 if (Config.StripDWO) in replaceAndRemoveSections()