Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp104 void emitLookupFunction(StringRef Name, StringRef Field, Init *I,
178 void SearchableTableEmitter::emitLookupFunction(StringRef Name, StringRef Field, in emitLookupFunction() function in SearchableTableEmitter
295 emitLookupFunction(TableName, SearchFieldNames[i], SearchTables[i][0].first, in emitMapping()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp179 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index,
296 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, in emitLookupFunction() function in SearchableTableEmitter
514 emitLookupFunction(Table, *Table.PrimaryKey, true, OS); in emitGenericTable()
516 emitLookupFunction(Table, *Index, false, OS); in emitGenericTable()