Home
last modified time | relevance | path

Searched refs:compareExtension (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DRISCVISAInfo.h31 static bool compareExtension(const std::string &LHS, const std::string &RHS);
36 return compareExtension(LHS, RHS); in operator()
/llvm-project-15.0.7/llvm/lib/Support/
H A DRISCVISAInfo.cpp298 bool RISCVISAInfo::compareExtension(const std::string &LHS, in compareExtension() function in RISCVISAInfo