Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp383 Config.StripDWO = false; in executeObjcopy()
389 Config.StripDWO = true; in executeObjcopy()
H A DCommonConfig.h215 bool StripDWO = false; member
H A DConfigManager.cpp599 Common.StripDWO || Common.StripNonAlloc || Common.StripSections || in getCOFFConfig()
621 Common.StripAllGNU || Common.StripDWO || Common.StripNonAlloc || in getMachOConfig()
908 Config.StripDWO = InputArgs.hasArg(OBJCOPY_strip_dwo); in parseObjcopyOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp352 if (Config.StripDWO) in replaceAndRemoveSections()