Searched refs:cmpMem (Results 1 – 2 of 2) sorted by relevance
106 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator345 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()817 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()819 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()934 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()942 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
321 int cmpMem(StringRef L, StringRef R) const;