Home
last modified time | relevance | path

Searched defs:ArgVals (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp191 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke()
258 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
DExecution.cpp1161 std::vector<GenericValue> ArgVals; in visitCallSite() local
2123 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()