Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.h106 CallingConv::ID getLibcallImplCallingConv(RTLIB::LibcallImpl Call) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3586 CallingConv::ID getLibcallImplCallingConv(RTLIB::LibcallImpl Call) const { in getLibcallImplCallingConv() function
3587 return Libcalls.getLibcallImplCallingConv(Call); in getLibcallImplCallingConv()