LLVM: ImpliedExtsEntry Struct Reference (original) (raw)
| Public Member Functions | |
|---|---|
| bool | operator< (const ImpliedExtsEntry &Other) const |
| Public Attributes | |
|---|---|
| StringLiteral | Name |
| const char * | ImpliedExt |
Detailed Description
Definition at line 815 of file RISCVISAInfo.cpp.
Member Function Documentation
◆ operator<()
| bool ImpliedExtsEntry::operator< ( const ImpliedExtsEntry & Other) const | inline |
|---|
Definition at line 819 of file RISCVISAInfo.cpp.
References Name, and llvm::Other.
Member Data Documentation
◆ ImpliedExt
const char* ImpliedExtsEntry::ImpliedExt
Definition at line 817 of file RISCVISAInfo.cpp.
◆ Name
StringLiteral ImpliedExtsEntry::Name
Definition at line 816 of file RISCVISAInfo.cpp.
Referenced by operator<().
The documentation for this struct was generated from the following file:
- lib/TargetParser/RISCVISAInfo.cpp