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

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

#include "llvm/TableGen/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 2117 of file Record.h.

Member Function Documentation

◆ operator()()

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

Definition at line 2118 of file Record.h.

References llvm::Record::getValueAsString().


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