Searched refs:compareBy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SearchableTableEmitter.cpp | 166 bool compareBy(const Record *LHS, const Record *RHS, 248 bool SearchableTableEmitter::compareBy(const Record *LHS, const Record *RHS, in compareBy() function in SearchableTableEmitter 385 return compareBy(LHS.first, RHS.first, Index); in emitLookupFunction() 732 return compareBy(LHS, RHS, Idx); in collectTableEntries() 834 return compareBy(LHS, RHS, *Table->PrimaryKey); in run()
|