Home
last modified time | relevance | path

Searched defs:LessRecordFieldName (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1681 struct LessRecordFieldName { struct
1682 bool operator()(const Record *Rec1, const Record *Rec2) const { in operator()