llvm::SpecialCaseList::Section

A named section of special case list entries from one input file.

Synopsis

Declared in <llvm/Support/SpecialCaseList.h>

class Section;

Member Functions

NameDescription
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).

Friends

NameDescription
llvm::SpecialCaseListThis is a utility class used to parse user-provided text files with "special case lists" for code sanitizers.