Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp203 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke()
270 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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2768 SmallVector<ParamValue, 16> ArgVals; in EmitFunctionProlog() local