LLVM API Documentation

Public Member Functions
llvm::LessRecordByID Struct Reference

#include <Record.h>

List of all members.

Public Member Functions

bool operator() (const Record *LHS, const Record *RHS) const

Detailed Description

LessRecordByID - 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 1730 of file Record.h.


Member Function Documentation

bool llvm::LessRecordByID::operator() ( const Record LHS,
const Record RHS 
) const [inline]

Definition at line 1731 of file Record.h.

References llvm::Record::getID().


The documentation for this struct was generated from the following file: