Searched refs:SectionMatcher (Results 1 – 5 of 5) sorted by relevance
138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) { in addSection()221 if (S.SectionMatcher->match(Section)) { in inSectionBlame()
45 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
553 const auto &DiagSectionMatcher = Entry.SectionMatcher; in processSections()
150 std::unique_ptr<Matcher> SectionMatcher = std::make_unique<Matcher>(); member
784 StringMatcher SectionMatcher; in readInputSectionsList() local797 SectionMatcher.addPattern(readName()); in readInputSectionsList()800 if (!SectionMatcher.empty()) in readInputSectionsList()801 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()