Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp123 static ffi_type *ffiTypeFor(Type *Ty) { in ffiTypeFor() function
213 args[ArgNo] = ffiTypeFor(ArgTy); in ffiInvoke()
230 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke()