Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp195 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index,
321 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, in emitLookupFunction() function in SearchableTableEmitter
572 emitLookupFunction(Table, *Table.PrimaryKey, /*IsPrimary=*/true, OS); in emitGenericTable()
574 emitLookupFunction(Table, *Index, /*IsPrimary=*/false, OS); in emitGenericTable()