LLVM 18.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 1053 of file RISCVISAInfo.cpp.

Member Function Documentation

◆ operator<() [1/2]

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

Definition at line 1057 of file RISCVISAInfo.cpp.

References Name, and Other.

◆ operator<() [2/2]

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

Definition at line 1061 of file RISCVISAInfo.cpp.

References Name, and Other.

Member Data Documentation

◆ Exts

ArrayRef<const char *> ImpliedExtsEntry::Exts

Definition at line 1055 of file RISCVISAInfo.cpp.

◆ Name

StringLiteral ImpliedExtsEntry::Name

Definition at line 1054 of file RISCVISAInfo.cpp.


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