Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) { in addSection()
221 if (S.SectionMatcher->match(Section)) { in inSectionBlame()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp45 if (S.SectionMatcher->match(NAME)) \ in createSanitizerSections()
H A DDiagnostic.cpp553 const auto &DiagSectionMatcher = Entry.SectionMatcher; in processSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h150 std::unique_ptr<Matcher> SectionMatcher = std::make_unique<Matcher>(); member
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp784 StringMatcher SectionMatcher; in readInputSectionsList() local
797 SectionMatcher.addPattern(readName()); in readInputSectionsList()
800 if (!SectionMatcher.empty()) in readInputSectionsList()
801 ret.push_back({std::move(excludeFilePat), std::move(SectionMatcher)}); in readInputSectionsList()