LLVM 22.0.0git
ImpliedExtsEntry Struct Reference

Public Member Functions

bool operator< (const ImpliedExtsEntry &Other) const

Public Attributes

StringLiteral Name
const charImpliedExt

Detailed Description

Definition at line 810 of file RISCVISAInfo.cpp.

Member Function Documentation

◆ operator<()

bool ImpliedExtsEntry::operator< ( const ImpliedExtsEntry & Other) const
inline

Definition at line 814 of file RISCVISAInfo.cpp.

References Name, and llvm::Other.

Member Data Documentation

◆ ImpliedExt

const char* ImpliedExtsEntry::ImpliedExt

Definition at line 812 of file RISCVISAInfo.cpp.

◆ Name

StringLiteral ImpliedExtsEntry::Name

Definition at line 811 of file RISCVISAInfo.cpp.

Referenced by operator<().


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