Home
last modified time | relevance | path

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

/src/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
/src/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()
/src/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp45 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
/src/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp749 StringMatcher SectionMatcher; in readInputSectionsList() local
762 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()
765 if (!SectionMatcher.empty()) in readInputSectionsList()
766 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()