Searched refs:SectionMatcher (Results 1 – 3 of 3) sorted by relevance
133 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){};136 std::unique_ptr<Matcher> SectionMatcher; in Section() 138 std::unique_ptr<Matcher> SectionMatcher; global() member
138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) in parse() 217 if (S.SectionMatcher->match(Section)) {
749 StringMatcher SectionMatcher; in readInputSectionsList() local762 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()765 if (!SectionMatcher.empty()) in readInputSectionsList()766 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()