Searched refs:LibCalls (Results 1 – 1 of 1) sorted by relevance
3081 const char *const LibCalls[] = in isF128SoftLibCall() local3092 const char * const *End = LibCalls + array_lengthof(LibCalls); in isF128SoftLibCall()3098 for (const char * const *I = LibCalls; I < End - 1; ++I) in isF128SoftLibCall()3102 return std::binary_search(LibCalls, End, CallSym, Comp); in isF128SoftLibCall()