Searched refs:LibCalls (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3271 const char *const LibCalls[] = local
3282 const char *const *End = LibCalls + array_lengthof(LibCalls);
3284 // Check that LibCalls is sorted alphabetically.
3288 for (const char *const *I = LibCalls; I < End - 1; ++I)
3292 return std::binary_search(LibCalls, End, CallSym, Comp);

Completed in 105 milliseconds