Searched defs:ArgVals (Results 1 – 6 of 6) sorted by relevance
181 const std::vector<GenericValue> &ArgVals, in ffiInvoke()247 const std::vector<GenericValue> &ArgVals) { in callExternalFunction()
880 std::vector<GenericValue> ArgVals; in visitCallSite() local1282 const std::vector<GenericValue> &ArgVals) { in callFunction()
180 static bool ffiInvoke(RawFunc Fn, Function *F, ArrayRef<GenericValue> ArgVals, in ffiInvoke()246 ArrayRef<GenericValue> ArgVals) { in callExternalFunction()
1109 std::vector<GenericValue> ArgVals; in visitCallSite() local2076 void Interpreter::callFunction(Function *F, ArrayRef<GenericValue> ArgVals) { in callFunction()
1556 SmallVector<const Value *, 8> ArgVals; in DoSelectCall() local
2127 SmallVector<ParamValue, 16> ArgVals; in EmitFunctionProlog() local