struct LessRecordByID

Declaration

struct LessRecordByID { /* full declaration omitted */ };

Description

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.

Declared at: llvm/include/llvm/TableGen/Record.h:1769