Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOSLog.cpp185 ArrayRef<const Expr *> VarArgs; in computeOSLogBufferLayout() local
191 VarArgs = Args.slice(1); in computeOSLogBufferLayout()
197 VarArgs = Args.slice(2); in computeOSLogBufferLayout()
206 OSLogFormatStringHandler H(VarArgs); in computeOSLogBufferLayout()
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dvararg1.ll3 ; CHECK: with VarArgs
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h66 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
184 return &(ECStack.back ().VarArgs[0]); in getFirstVarArg()
H A DExecution.cpp1773 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
2152 StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end()); in callFunction()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td261 // same as the normal Darwin VarArgs handling.