|
LLVM 22.0.0git
|
Public Types | |
| using | SectionEntries = StringMap<StringMap<Matcher>> |
Public Member Functions | |
| void | preprocess (bool OrderBySize) |
| const Matcher * | findMatcher (StringRef Prefix, StringRef Category) const |
| SectionImpl (bool UseGlobs) | |
Public Attributes | |
| Matcher | SectionMatcher |
| SectionEntries | Entries |
Definition at line 255 of file SpecialCaseList.cpp.
| using llvm::SpecialCaseList::Section::SectionImpl::SectionEntries = StringMap<StringMap<Matcher>> |
Definition at line 260 of file SpecialCaseList.cpp.
|
inlineexplicit |
Definition at line 262 of file SpecialCaseList.cpp.
References SectionMatcher.
| const Matcher * llvm::SpecialCaseList::Section::SectionImpl::findMatcher | ( | StringRef | Prefix, |
| StringRef | Category ) const |
Definition at line 456 of file SpecialCaseList.cpp.
| void llvm::SpecialCaseList::Section::SectionImpl::preprocess | ( | bool | OrderBySize | ) |
Definition at line 468 of file SpecialCaseList.cpp.
References E(), Entries, and SectionMatcher.
| SectionEntries llvm::SpecialCaseList::Section::SectionImpl::Entries |
Definition at line 266 of file SpecialCaseList.cpp.
Referenced by findMatcher(), and preprocess().
| Matcher llvm::SpecialCaseList::Section::SectionImpl::SectionMatcher |
Definition at line 265 of file SpecialCaseList.cpp.
Referenced by preprocess(), and SectionImpl().