Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h40 struct RecordsEntry { struct
48 RecordsEntry() = default; argument
49 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() function
51 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion) in RecordsEntry() argument
53 RecordsEntry(std::unique_ptr<Record::DumpInfo> Dump) in RecordsEntry() argument
67 std::vector<RecordsEntry> Entries;
83 std::vector<RecordsEntry> Entries;
234 bool AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass);
240 bool addEntry(RecordsEntry E);
244 bool Final, std::vector<RecordsEntry> *Dest,
[all …]
H A DTGParser.cpp346 bool TGParser::AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass) { in AddSubClass()
381 bool TGParser::addEntry(RecordsEntry E) { in addEntry()
425 bool Final, std::vector<RecordsEntry> *Dest, in resolve()
488 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, in resolve()
490 std::vector<RecordsEntry> *Dest, SMLoc *Loc) { in resolve()
3529 bool TGParser::ApplyLetStack(RecordsEntry &Entry) { in ApplyLetStack()
4177 std::vector<RecordsEntry> NewEntries; in ParseDefm()
4366 LLVM_DUMP_METHOD void RecordsEntry::dump() const { in dump()