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

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp112 static ffi_type *ffiTypeFor(Type *Ty) { function
200 args[ArgNo] = ffiTypeFor(ArgTy);
217 ffi_type *rtype = ffiTypeFor(RetTy);

Completed in 52 milliseconds