Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:VAList

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