LLVM 19.0.0git
Public Attributes | List of all members
llvm::RISCVISAUtils::ExtensionVersion Struct Reference

Represents the major and version number components of a RISC-V extension. More...

#include "llvm/Support/RISCVISAUtils.h"

Public Attributes

unsigned Major
 
unsigned Minor
 

Detailed Description

Represents the major and version number components of a RISC-V extension.

Definition at line 26 of file RISCVISAUtils.h.

Member Data Documentation

◆ Major

unsigned llvm::RISCVISAUtils::ExtensionVersion::Major

Definition at line 27 of file RISCVISAUtils.h.

◆ Minor

unsigned llvm::RISCVISAUtils::ExtensionVersion::Minor

Definition at line 28 of file RISCVISAUtils.h.


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