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

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

Completed in 41 milliseconds