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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp123 static ffi_type *ffiTypeFor(Type *Ty) { function
211 args[ArgNo] = ffiTypeFor(ArgTy);
228 ffi_type *rtype = ffiTypeFor(RetTy);

Completed in 193 milliseconds