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

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

Completed in 104 milliseconds