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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp191 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, function
289 if (RawFn != 0 && ffiInvoke(RawFn, F, ArgVals, getDataLayout(), Result))

Completed in 96 milliseconds