LLVM 22.0.0git
|
#include "llvm/Support/SpecialCaseList.h"
Public Member Functions | |
Section (StringRef Str, unsigned FileIdx) |
Public Attributes | |
std::unique_ptr< Matcher > | SectionMatcher = std::make_unique<Matcher>() |
SectionEntries | Entries |
std::string | SectionStr |
unsigned | FileIdx |
Definition at line 146 of file SpecialCaseList.h.
Definition at line 147 of file SpecialCaseList.h.
References FileIdx, and SectionStr.
SectionEntries llvm::SpecialCaseList::Section::Entries |
Definition at line 151 of file SpecialCaseList.h.
Referenced by llvm::SpecialCaseList::parse().
unsigned llvm::SpecialCaseList::Section::FileIdx |
Definition at line 153 of file SpecialCaseList.h.
Referenced by Section().
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().
std::string llvm::SpecialCaseList::Section::SectionStr |
Definition at line 152 of file SpecialCaseList.h.
Referenced by Section().