Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp25 Common.StripNonAlloc || Common.StripSections || Common.Weaken || in getCOFFConfig()
47 Common.StripNonAlloc || Common.StripSections || in getMachOConfig()
97 Common.StripDebug || Common.StripNonAlloc || Common.StripSections || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h261 bool StripNonAlloc = false; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp467 if (Config.StripNonAlloc) in replaceAndRemoveSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp980 Config.StripNonAlloc = InputArgs.hasArg(OBJCOPY_strip_non_alloc); in parseObjcopyOptions()