LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::LessRecordByID Struct Reference

#include <Record.h>

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

Member Function Documentation

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

Definition at line 1720 of file Record.h.

References llvm::Record::getID().


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