Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp389 for (const auto &[EntryRec, EntryIndex] : Entries) { in emitLookupFunction()
390 IndexRowsStorage.push_back(EntryRec); in emitLookupFunction()
396 Index.Loc, Field, EntryRec->getValueInit(Field.Name)); in emitLookupFunction()
658 for (const Record *EntryRec : Items) { in collectEnumEntries() local
659 StringRef Name = NameField.empty() ? EntryRec->getName() in collectEnumEntries()
660 : EntryRec->getValueAsString(NameField); in collectEnumEntries()
661 int64_t Value = ValueField.empty() ? 0 : getInt(EntryRec, ValueField); in collectEnumEntries()
662 Enum.Entries.try_emplace(EntryRec, Name, Value); in collectEnumEntries()
688 for (auto *EntryRec : Items) { in collectTableEntries() local
690 auto TI = dyn_cast<TypedInit>(EntryRec->getValueInit(Field.Name)); in collectTableEntries()
[all …]