Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSpecialCaseList.h138 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section()
140 std::unique_ptr<Matcher> SectionMatcher; member
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp44 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp212 if (SectionIter.SectionMatcher->match(Section)) { in inSectionBlame()
/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptParser.cpp699 StringMatcher SectionMatcher; in readInputSectionsList() local
703 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()
705 if (!SectionMatcher.empty()) in readInputSectionsList()
706 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()