Searched refs:SectionMatcher (Results 1 – 4 of 4) sorted by relevance
133 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section()136 std::unique_ptr<Matcher> SectionMatcher; member
138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) in addSection()217 if (S.SectionMatcher->match(Section)) { in inSectionBlame()
45 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
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()