LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SpecialCaseList::Section Struct Reference

#include "llvm/Support/SpecialCaseList.h"

Public Member Functions

 Section (std::unique_ptr< Matcher > M)
 
 Section ()
 

Public Attributes

std::unique_ptr< MatcherSectionMatcher
 
SectionEntries Entries
 

Detailed Description

Definition at line 132 of file SpecialCaseList.h.

Constructor & Destructor Documentation

◆ Section() [1/2]

llvm::SpecialCaseList::Section::Section ( std::unique_ptr< Matcher M)
inline

Definition at line 133 of file SpecialCaseList.h.

◆ Section() [2/2]

llvm::SpecialCaseList::Section::Section ( )
inline

Definition at line 134 of file SpecialCaseList.h.

Member Data Documentation

◆ Entries

SectionEntries llvm::SpecialCaseList::Section::Entries

Definition at line 137 of file SpecialCaseList.h.

Referenced by llvm::SpecialCaseList::parse().

◆ SectionMatcher

std::unique_ptr<Matcher> llvm::SpecialCaseList::Section::SectionMatcher

Definition at line 136 of file SpecialCaseList.h.

Referenced by llvm::SpecialCaseList::addSection().


The documentation for this struct was generated from the following file: