Searched refs:LibCalls (Results 1 – 1 of 1) sorted by relevance
18 const char *const LibCalls[] = { in isF128SoftLibCall() local32 const char *const *End = LibCalls + array_lengthof(LibCalls); in isF128SoftLibCall()38 for (const char *const *I = LibCalls; I < End - 1; ++I) in isF128SoftLibCall()42 return std::binary_search(LibCalls, End, CallSym, Comp); in isF128SoftLibCall()