Lines Matching defs:EntryRec
631 for (auto *EntryRec : Items) {
634 Name = EntryRec->getName();
636 Name = EntryRec->getValueAsString(NameField);
640 Value = getInt(EntryRec, ValueField);
643 Enum.EntryMap.insert(std::pair(EntryRec, Enum.Entries.back().get()));
664 for (auto *EntryRec : Items) {
666 auto TI = dyn_cast<TypedInit>(EntryRec->getValueInit(Field.Name));
668 PrintFatalError(EntryRec, Twine("Record '") + EntryRec->getName() +
678 PrintFatalError(EntryRec->getValue(Field.Name),
687 Table.Entries.push_back(EntryRec); // Add record to table's record list.