Searched refs:emitLookupDeclaration (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp174 void emitLookupDeclaration(const GenericTable &Table,
298 emitLookupDeclaration(Table, Index, OS);
464 void SearchableTableEmitter::emitLookupDeclaration(const GenericTable &Table, function in class:SearchableTableEmitter
486 emitLookupDeclaration(Table, *Table.PrimaryKey, OS);
490 emitLookupDeclaration(Table, *Index, OS);

Completed in 50 milliseconds