Searched refs:EmitVAListRef (Results 1 – 4 of 4) sorted by relevance
2511 Address CodeGenFunction::EmitVAListRef(const Expr* E) { in EmitVAListRef() function in CodeGenFunction
2909 Address EmitVAListRef(const Expr *E);
6021 : EmitVAListRef(VE->getSubExpr()); in EmitVAArg()
3109 : EmitVAListRef(E->getArg(0)).emitRawPointer(*this), in EmitBuiltinExpr()3113 Value *DstPtr = EmitVAListRef(E->getArg(0)).emitRawPointer(*this); in EmitBuiltinExpr()3114 Value *SrcPtr = EmitVAListRef(E->getArg(1)).emitRawPointer(*this); in EmitBuiltinExpr()