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()
169 if (!Config.OnlySection.empty() && !Config.OnlySection.matches(Sec.Name)) in handleArgs()
371 !Config.OnlySection.empty()) { in updateAndRemoveSymbols()406 if (!Config.OnlySection.empty() && !Sym.Referenced && in updateAndRemoveSymbols()508 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()511 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
86 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
225 NameMatcher OnlySection; member
76 if (!Config.OnlySection.empty()) { in removeSections() 79 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()
954 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()