Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp91 if (!Config.OnlySection.empty()) { in removeSections()
95 return !Config.OnlySection.matches(Sec.Name); in removeSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp169 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp371 !Config.OnlySection.empty()) { in updateAndRemoveSymbols()
406 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()
508 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()
511 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp86 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h225 NameMatcher OnlySection; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp76 if (!Config.OnlySection.empty()) { in removeSections()
79 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp954 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()