A named section of special case list entries from one input file.
Declared in <llvm/Support/SpecialCaseList.h>
class Section;
| Name | Description |
|---|---|
Section [constructor] | Constructors |
~Section [destructor] | Destroy the section and release its implementation. |
fileIndex | Return the sequence number of the file where this section is defined. |
getLastMatch | Search by prefix, query, and category for the defining rule line. |
hasPrefix | Returns true if the section has any entries for the given prefix. |
matchName | Return true if Name matches this section name interpreted as a glob. |
name | Return the section name (the entire string inside the brackets). |
| Name | Description |
|---|---|
llvm::SpecialCaseList | This is a utility class used to parse user-provided text files with "special case lists" for code sanitizers. |