Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCCState.cpp17 const char *const LibCalls[] = { in isF128SoftLibCall() local
33 assert(llvm::is_sorted(LibCalls, Comp)); in isF128SoftLibCall()
34 return std::binary_search(std::begin(LibCalls), std::end(LibCalls), CallSym, in isF128SoftLibCall()