Searched defs:RISCVProfile (Results 1 – 1 of 1) sorted by relevance
37 struct RISCVProfile { struct38 StringLiteral Name;39 StringLiteral MArch;41 bool operator<(const RISCVProfile &RHS) const { in operator <()