Searched refs:EmitAggregateStore (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1330 void CodeGenFunction::EmitAggregateStore(llvm::Value *Val, Address Dest, in EmitAggregateStore() function in CodeGenFunction 1394 CGF.EmitAggregateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore() 5543 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall()
|
| H A D | CGExprAgg.cpp | 133 CGF.EmitAggregateStore(Result, Dest.getAddress(), in VisitConstantExpr()
|
| H A D | CodeGenFunction.h | 4389 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);
|