LLVM 20.0.0git
|
Represents the major and version number components of a RISC-V extension. More...
#include "llvm/Support/RISCVISAUtils.h"
Public Attributes | |
unsigned | Major |
unsigned | Minor |
Represents the major and version number components of a RISC-V extension.
Definition at line 26 of file RISCVISAUtils.h.
unsigned llvm::RISCVISAUtils::ExtensionVersion::Major |
Definition at line 27 of file RISCVISAUtils.h.
unsigned llvm::RISCVISAUtils::ExtensionVersion::Minor |
Definition at line 28 of file RISCVISAUtils.h.