Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:VAList

1155   // Get the incoming valist parameter.  LLI treats the valist as a
1157 GenericValue VAList = getOperandValue(I.getOperand(0), SF);
1159 GenericValue Src = ECStack[VAList.UIntPairVal.first]
1160 .VarArgs[VAList.UIntPairVal.second];
1176 ++VAList.UIntPairVal.second;