Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h133 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){};
136 std::unique_ptr<Matcher> SectionMatcher; in Section()
138 std::unique_ptr<Matcher> SectionMatcher; global() member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) in parse()
217 if (S.SectionMatcher->match(Section)) {
/freebsd/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()