Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsCCState.cpp15 bool MipsCCState::isF128SoftLibCall(const char *CallSym) { in isF128SoftLibCall() argument
33 return std::binary_search(std::begin(LibCalls), std::end(LibCalls), CallSym, in isF128SoftLibCall()
H A DMipsCCState.h33 static bool isF128SoftLibCall(const char *CallSym);