Home
last modified time | relevance | path

Searched defs:RISCVSupportedExtension (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp27 struct RISCVSupportedExtension { struct
28 const char *Name;
30 RISCVISAUtils::ExtensionVersion Version;
32 bool operator<(const RISCVSupportedExtension &RHS) const { in operator <()