Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
HDCOFFObjcopy.cpp97 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOObjcopy.cpp42 if (!Config.OnlySection.empty()) { in removeSections()
45 return !Config.OnlySection.matches(Sec.CanonicalName); in removeSections()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDELFObjcopy.cpp400 !Config.OnlySection.empty()) { in updateAndRemoveSymbols()
429 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()
528 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()
531 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDCopyConfig.h182 NameMatcher OnlySection; member
HDCopyConfig.cpp631 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()