LLVM 22.0.0git
llvm::SpecialCaseList::Section Struct Reference

#include "llvm/Support/SpecialCaseList.h"

Public Member Functions

 Section (StringRef Str, unsigned FileIdx)

Public Attributes

std::unique_ptr< MatcherSectionMatcher = std::make_unique<Matcher>()
SectionEntries Entries
std::string SectionStr
unsigned FileIdx

Detailed Description

Definition at line 146 of file SpecialCaseList.h.

Constructor & Destructor Documentation

◆ Section()

llvm::SpecialCaseList::Section::Section ( StringRef Str,
unsigned FileIdx )
inline

Definition at line 147 of file SpecialCaseList.h.

References FileIdx, and SectionStr.

Member Data Documentation

◆ Entries

SectionEntries llvm::SpecialCaseList::Section::Entries

Definition at line 151 of file SpecialCaseList.h.

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

◆ FileIdx

unsigned llvm::SpecialCaseList::Section::FileIdx

Definition at line 153 of file SpecialCaseList.h.

Referenced by Section().

◆ SectionMatcher

std::unique_ptr<Matcher> llvm::SpecialCaseList::Section::SectionMatcher = std::make_unique<Matcher>()

Definition at line 150 of file SpecialCaseList.h.

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

◆ SectionStr

std::string llvm::SpecialCaseList::Section::SectionStr

Definition at line 152 of file SpecialCaseList.h.

Referenced by Section().


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