Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp124 static ffi_type *ffiTypeFor(Type *Ty) { in ffiTypeFor() function
212 args[ArgNo] = ffiTypeFor(ArgTy); in ffiInvoke()
229 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke()