struct SpecialCaseList::Section
Declaration
struct SpecialCaseList::Section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/SpecialCaseList.h:134
Member Variables
- public std::unique_ptr<Matcher> SectionMatcher
- public llvm::SpecialCaseList::SectionEntries Entries
Method Overview
- public Section(std::unique_ptr<Matcher> M)
Methods
ΒΆSection(std::unique_ptr<Matcher> M)
Section(std::unique_ptr<Matcher> M)
Declared at: llvm/include/llvm/Support/SpecialCaseList.h:135
Parameters
- std::unique_ptr<Matcher> M