Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExternalFunctions.cpp191 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke()
258 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
HDExecution.cpp1161 std::vector<GenericValue> ArgVals; in visitCallSite() local
2123 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp2309 SmallVector<ParamValue, 16> ArgVals; in EmitFunctionProlog() local