Searched refs:OnlySection (Results 1 – 7 of 7) sorted by relevance
91 if (!Config.OnlySection.empty()) { in removeSections()95 return !Config.OnlySection.matches(Sec.Name); in removeSections()
139 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
323 !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()
77 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
228 NameMatcher OnlySection; member
76 if (!Config.OnlySection.empty()) { in removeSections()79 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()
850 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()