Searched refs:cmpMem (Results 1 – 2 of 2) sorted by relevance
112 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator373 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()851 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()853 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()968 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()976 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
325 LLVM_ABI int cmpMem(StringRef L, StringRef R) const;