Searched refs:OnlySection (Results 1 – 5 of 5) sorted by relevance
97 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
42 if (!Config.OnlySection.empty()) { in removeSections()45 return !Config.OnlySection.matches(Sec.CanonicalName); in removeSections()
400 !Config.OnlySection.empty()) { in updateAndRemoveSymbols()429 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()528 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()531 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
182 NameMatcher OnlySection; member
631 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()