Searched refs:OnlySection (Results 1 – 6 of 6) 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()
300 !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()
224 NameMatcher OnlySection; member
876 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()
73 if (!Config.OnlySection.empty()) { in removeSections()76 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()