Home
last modified time | relevance | path

Searched refs:SectionMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h133 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section()
136 std::unique_ptr<Matcher> SectionMatcher; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) in addSection()
217 if (S.SectionMatcher->match(Section)) { in inSectionBlame()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp45 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp718 StringMatcher SectionMatcher; in readInputSectionsList() local
722 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()
724 if (!SectionMatcher.empty()) in readInputSectionsList()
725 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()