Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVISAUtils.h31 bool compareExtension(const std::string &LHS, const std::string &RHS);
36 return compareExtension(LHS, RHS); in operator()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRISCVISAUtils.cpp81 bool llvm::RISCVISAUtils::compareExtension(const std::string &LHS, in compareExtension() function in llvm::RISCVISAUtils