Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp183 struct LessExtName { struct
184 bool operator()(const RISCVSupportedExtension &LHS, StringRef RHS) { in operator ()()
187 bool operator()(StringRef LHS, const RISCVSupportedExtension &RHS) { in operator ()()