LLVM 20.0.0git
|
Sorting predicate to sort record pointers by their unique ID. More...
#include "llvm/TableGen/Record.h"
Public Member Functions | |
bool | operator() (const Record *LHS, const Record *RHS) const |
Sorting predicate to sort record pointers by their unique ID.
If you just need a deterministic order, use this, since it just compares two unsigned
; the other sorting predicates require string manipulation.