Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp91 if (!Config.OnlySection.empty()) { in removeSections()
95 return !Config.OnlySection.matches(Sec.Name); in removeSections()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
DCOFFObjcopy.cpp139 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp300 !Config.OnlySection.empty()) { in updateAndRemoveSymbols()
332 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()
431 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()
434 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
DCommonConfig.h224 NameMatcher OnlySection; member
DConfigManager.cpp876 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp73 if (!Config.OnlySection.empty()) { in removeSections()
76 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()