Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:VAList

1135   // Get the incoming valist parameter.  LLI treats the valist as a
1137 GenericValue VAList = getOperandValue(I.getOperand(0), SF);
1139 GenericValue Src = ECStack[VAList.UIntPairVal.first]
1140 .VarArgs[VAList.UIntPairVal.second];
1156 ++VAList.UIntPairVal.second;