LLVM: llvm::RecordsEntry Struct Reference (original) (raw)
RecordsEntry - Holds exactly one of a Record, ForeachLoop, or AssertionInfo. More...
#include "[TableGen/TGParser.h](TGParser%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| void | dump () const |
| RecordsEntry ()=default | |
| RecordsEntry (std::unique_ptr< Record > Rec) | |
| RecordsEntry (std::unique_ptr< ForeachLoop > Loop) | |
| RecordsEntry (std::unique_ptr< Record::AssertionInfo > Assertion) | |
| RecordsEntry (std::unique_ptr< Record::DumpInfo > Dump) |
RecordsEntry - Holds exactly one of a Record, ForeachLoop, or AssertionInfo.
Definition at line 40 of file TGParser.h.
| llvm::RecordsEntry::RecordsEntry ( ) | default |
|---|
◆ RecordsEntry() [2/5]
| RecordsEntry::RecordsEntry | ( | std::unique_ptr< Record > | Rec | ) |
|---|
◆ RecordsEntry() [3/5]
| RecordsEntry::RecordsEntry | ( | std::unique_ptr< ForeachLoop > | Loop | ) |
|---|
◆ RecordsEntry() [4/5]
◆ RecordsEntry() [5/5]
◆ dump()
◆ Assertion
◆ Dump
◆ Loop
◆ Rec
std::unique_ptr<Record> llvm::RecordsEntry::Rec
The documentation for this struct was generated from the following files:
- lib/TableGen/TGParser.h
- lib/TableGen/TGParser.cpp