Home
last modified time | relevance | path

Searched refs:EmitVAListRef (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2339 Address CodeGenFunction::EmitVAListRef(const Expr* E) { in EmitVAListRef() function in CodeGenFunction
H A DCodeGenFunction.h2644 Address EmitVAListRef(const Expr *E);
H A DCGCall.cpp5616 : EmitVAListRef(VE->getSubExpr()); in EmitVAArg()
H A DCGBuiltin.cpp2521 : EmitVAListRef(E->getArg(0)).getPointer(), in EmitBuiltinExpr()
2524 Value *DstPtr = EmitVAListRef(E->getArg(0)).getPointer(); in EmitBuiltinExpr()
2525 Value *SrcPtr = EmitVAListRef(E->getArg(1)).getPointer(); in EmitBuiltinExpr()