Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h144 using SectionEntries = StringMap<StringMap<Matcher>>; variable
151 SectionEntries Entries;
168 LLVM_ABI unsigned inSectionBlame(const SectionEntries &Entries,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h60 SanitizerSection(SanitizerMask SM, SectionEntries &E, unsigned idx) in SanitizerSection()
64 SectionEntries &Entries;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp230 unsigned SpecialCaseList::inSectionBlame(const SectionEntries &Entries, in inSectionBlame()
233 SectionEntries::const_iterator I = Entries.find(Prefix); in inSectionBlame()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp607 const SectionEntries &EntityTypeToCategories = DiagSection->Entries; in isDiagSuppressed()