Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.cpp91 if (!Config.OnlySection.empty()) { in removeSections()
95 return !Config.OnlySection.matches(Sec.Name); in removeSections()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp169 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.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-head/contrib/llvm-project/llvm/lib/ObjCopy/
HDConfigManager.cpp86 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h225 NameMatcher OnlySection; member
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObjcopy.cpp76 if (!Config.OnlySection.empty()) { in removeSections()
79 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp954 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()