Home
last modified time | relevance | path

Searched refs:RecordsEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGParser.h46 struct RecordsEntry { struct
52 RecordsEntry() {} in RecordsEntry() argument
53 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() argument
54 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() argument
64 std::vector<RecordsEntry> Entries;
80 std::vector<RecordsEntry> Entries;
143 bool AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass);
149 bool addEntry(RecordsEntry E);
151 std::vector<RecordsEntry> *Dest, SMLoc *Loc = nullptr);
153 bool Final, std::vector<RecordsEntry> *Dest,
[all …]
H A DTGParser.cpp292 bool TGParser::AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass) { in AddSubClass()
345 bool TGParser::addEntry(RecordsEntry E) { in addEntry()
373 bool Final, std::vector<RecordsEntry> *Dest, in resolve()
409 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, in resolve()
411 std::vector<RecordsEntry> *Dest, SMLoc *Loc) { in resolve()
2462 bool TGParser::ApplyLetStack(RecordsEntry &Entry) { in ApplyLetStack()
2881 std::vector<RecordsEntry> NewEntries; in ParseDefm()
3040 LLVM_DUMP_METHOD void RecordsEntry::dump() const { in dump()