|
LLVM
4.0.0
|
Sorting predicate to sort record pointers by their unique ID. More...
#include <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.
Definition at line 1617 of file Record.h.
References llvm::Record::getID().
1.8.6