Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp112 static ffi_type *ffiTypeFor(Type *Ty) { in ffiTypeFor() function
201 args[ArgNo] = ffiTypeFor(ArgTy); in ffiInvoke()
218 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp123 static ffi_type *ffiTypeFor(Type *Ty) { in ffiTypeFor() function
211 args[ArgNo] = ffiTypeFor(ArgTy); in ffiInvoke()
228 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp112 static ffi_type *ffiTypeFor(Type *Ty) { in ffiTypeFor() function
200 args[ArgNo] = ffiTypeFor(ArgTy); in ffiInvoke()
217 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke()