Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp44 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp213 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()