Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h137 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section()
139 std::unique_ptr<Matcher> SectionMatcher; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp44 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp213 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp683 StringMatcher SectionMatcher; in readInputSectionsList() local
687 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()
689 if (!SectionMatcher.empty()) in readInputSectionsList()
690 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()