LLVM  4.0.0
Public Member Functions | List of all members
llvm::LessRecordFieldName Struct Reference

Sorting predicate to sort record pointers by their name field. More...

#include <Record.h>

Public Member Functions

bool operator() (const Record *Rec1, const Record *Rec2) const
 

Detailed Description

Sorting predicate to sort record pointers by their name field.

Definition at line 1625 of file Record.h.

Member Function Documentation

bool llvm::LessRecordFieldName::operator() ( const Record Rec1,
const Record Rec2 
) const
inline

Definition at line 1626 of file Record.h.

References llvm::Record::getValueAsString().


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