HomeSort by relevance Sort by last modified time
    Searched refs:emitLookupFunction (Results 1 - 2 of 2) sorted by null

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

Completed in 1298 milliseconds