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()
87 !Common.KeepSection.empty() || !Common.OnlySection.empty() || in getXCOFFConfig()
366 !Config.OnlySection.empty() || Config.DiscardMode != DiscardType::None) { in updateAndRemoveSymbols()402 if (!Config.OnlySection.empty() && Sym.getShndx() == SHN_UNDEF) in updateAndRemoveSymbols()504 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()507 if (Config.OnlySection.matches(Sec.Name)) in replaceAndRemoveSections()
239 NameMatcher OnlySection; member
76 if (!Config.OnlySection.empty()) { in removeSections()79 return !Config.OnlySection.matches(Sec->CanonicalName); in removeSections()
1062 if (Error E = Config.OnlySection.addMatcher(NameOrPattern::create( in parseObjcopyOptions()