LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
ImpliedExtsEntry Struct Reference

Public Member Functions

bool operator< (const ImpliedExtsEntry &Other) const
 

Public Attributes

StringLiteral Name
 
const charImpliedExt
 

Detailed Description

Definition at line 816 of file RISCVISAInfo.cpp.

Member Function Documentation

◆ operator<()

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

Definition at line 820 of file RISCVISAInfo.cpp.

References Name, and Other.

Member Data Documentation

◆ ImpliedExt

const char* ImpliedExtsEntry::ImpliedExt

Definition at line 818 of file RISCVISAInfo.cpp.

◆ Name

StringLiteral ImpliedExtsEntry::Name

Definition at line 817 of file RISCVISAInfo.cpp.


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