LLVM 22.0.0git
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 2106 of file Record.h.

Member Function Documentation

◆ operator()()

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

Definition at line 2107 of file Record.h.

References llvm::Record::getValueAsString().


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