Searched refs:SectionMatcher (Results 1 – 4 of 4) sorted by relevance
138 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section()140 std::unique_ptr<Matcher> SectionMatcher; member
44 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
212 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
699 StringMatcher SectionMatcher; in readInputSectionsList() local703 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()705 if (!SectionMatcher.empty()) in readInputSectionsList()706 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()