Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:VAList

1721   // Get the incoming valist parameter.  LLI treats the valist as a
1723 GenericValue VAList = getOperandValue(I.getOperand(0), SF);
1725 GenericValue Src = ECStack[VAList.UIntPairVal.first]
1726 .VarArgs[VAList.UIntPairVal.second];
1744 ++VAList.UIntPairVal.second;