Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp191 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke()
258 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
H A DExecution.cpp1162 std::vector<GenericValue> ArgVals; in visitCallBase() local
2119 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp2634 SmallVector<ParamValue, 16> ArgVals; in EmitFunctionProlog() local