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
 
bool operator< (StringRef Other) const
 

Public Attributes

StringLiteral Name
 
ArrayRef< const char * > Exts
 

Detailed Description

Definition at line 1170 of file RISCVISAInfo.cpp.

Member Function Documentation

◆ operator<() [1/2]

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

Definition at line 1174 of file RISCVISAInfo.cpp.

References Name, and Other.

◆ operator<() [2/2]

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

Definition at line 1178 of file RISCVISAInfo.cpp.

References Name, and Other.

Member Data Documentation

◆ Exts

ArrayRef<const char *> ImpliedExtsEntry::Exts

Definition at line 1172 of file RISCVISAInfo.cpp.

◆ Name

StringLiteral ImpliedExtsEntry::Name

Definition at line 1171 of file RISCVISAInfo.cpp.


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