struct RecordsEntry
Declaration
struct RecordsEntry { /* full declaration omitted */ };
Description
RecordsEntry - Can be either a record or a foreach loop.
Declared at: llvm/lib/TableGen/TGParser.h:45
Member Variables
- public std::unique_ptr<Record> Rec
- public std::unique_ptr<ForeachLoop> Loop
Method Overview
- public RecordsEntry()
- public RecordsEntry(std::unique_ptr<Record> Rec)
- public RecordsEntry(std::unique_ptr<ForeachLoop> Loop)
- public void dump() const
Methods
¶RecordsEntry()
RecordsEntry()
Declared at: llvm/lib/TableGen/TGParser.h:51
¶RecordsEntry(std::unique_ptr<Record> Rec)
RecordsEntry(std::unique_ptr<Record> Rec)
Declared at: llvm/lib/TableGen/TGParser.h:52
Parameters
- std::unique_ptr<Record> Rec
¶RecordsEntry(std::unique_ptr<ForeachLoop> Loop)
RecordsEntry(std::unique_ptr<ForeachLoop> Loop)
Declared at: llvm/lib/TableGen/TGParser.h:53
Parameters
- std::unique_ptr<ForeachLoop> Loop
¶void dump() const
void dump() const
Declared at: llvm/lib/TableGen/TGParser.h:49