Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DSearchableTable.td41 // If NameField is not set, the record names will be used instead.
42 string NameField;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst610 * ``string NameField``. The name of a field *in the collected records* that specifies
627 let NameField = "Name";