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() || Config.DiscardMode != DiscardType::None) { in updateAndRemoveSymbols()407 if (!Config.OnlySection.empty() && Sym.getShndx() == SHN_UNDEF) in updateAndRemoveSymbols()509 if (!Config.OnlySection.empty()) { in replaceAndRemoveSections()512 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()