Home
last modified time | relevance | path

Searched refs:VarArgs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h72 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
80 VarArgs(std::move(O.VarArgs)), Allocas(std::move(O.Allocas)) {} in ExecutionContext()
88 VarArgs = std::move(O.VarArgs);
205 return &(ECStack.back ().VarArgs[0]); in getFirstVarArg()
DExecution.cpp1726 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
2110 StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end()); in callFunction()
/external/llvm/test/CodeGen/BPF/
Dvararg1.ll3 ; CHECK: with VarArgs