Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp98 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator
289 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
731 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()
733 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
833 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
841 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h325 int cmpMem(StringRef L, StringRef R) const;