Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp91 if (!Config.OnlySection.empty()) { in removeSections()
95 return !Config.OnlySection.matches(Sec.Name); in removeSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp139 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp323 !Config.OnlySection.empty()) { in updateAndRemoveSymbols()
358 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()
458 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()
461 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/
H A DConfigManager.cpp77 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h228 NameMatcher OnlySection; member
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp76 if (!Config.OnlySection.empty()) { in removeSections()
79 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp850 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()