Searched refs:SectionMatcher (Results 1 – 4 of 4) sorted by relevance
137 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section()139 std::unique_ptr<Matcher> SectionMatcher; member
44 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
213 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
683 StringMatcher SectionMatcher; in readInputSectionsList() local687 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()689 if (!SectionMatcher.empty()) in readInputSectionsList()690 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()