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()
45 Common.PreserveDates || Common.StripAllGNU || Common.StripDWO || in getMachOConfig()
97 Common.PreserveDates || Common.StripAllGNU || Common.StripDWO || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp184 Config.StripDWO = false; in executeObjcopy()
190 Config.StripDWO = true; in executeObjcopy()
H A DObjcopyOptions.cpp1086 Config.StripDWO = InputArgs.hasArg(OBJCOPY_strip_dwo); in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h273 bool StripDWO = false; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp423 if (Config.StripDWO) in replaceAndRemoveSections()