Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp198 void collectEnumEntries(GenericEnum &Enum, StringRef NameField,
577 GenericEnum &Enum, StringRef NameField, StringRef ValueField, in collectEnumEntries() argument
581 if (NameField.empty()) in collectEnumEntries()
584 Name = EntryRec->getValueAsString(NameField); in collectEnumEntries()
661 StringRef NameField; in run() local
663 NameField = EnumRec->getValueAsString("NameField"); in run()
680 collectEnumEntries(*Enum, NameField, ValueField, in run()
760 StringRef NameField = Class->getValueAsString("EnumNameField"); in run() local
770 collectEnumEntries(*Enum, NameField, ValueField, Items); in run()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSearchableTable.td41 // If NameField is not set, the record names will be used instead.
42 string NameField;