Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp214 parseSearchIndex(GenericTable &Table, const RecordVal *RecVal, StringRef Name,
624 std::unique_ptr<SearchIndex> SearchableTableEmitter::parseSearchIndex( in parseSearchIndex() function in SearchableTableEmitter
826 parseSearchIndex(*Table, TableRec->getValue("PrimaryKey"), in run()
853 Table.Indices.push_back(parseSearchIndex( in run()
912 parseSearchIndex(*Table, Class->getValue(Field), Name, {Field}, in run()