Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp37 struct RISCVProfile { struct
38 StringLiteral Name;
39 StringLiteral MArch;
41 bool operator<(const RISCVProfile &RHS) const { in operator <()