Searched refs:EmitAggregateStore (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1340 void CodeGenFunction::EmitAggregateStore(llvm::Value *Val, Address Dest, in EmitAggregateStore() function in CodeGenFunction 1404 CGF.EmitAggregateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore() 5829 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall()
|
| H A D | CGExprAgg.cpp | 139 CGF.EmitAggregateStore(Result, StoreDest, in VisitConstantExpr()
|
| H A D | CodeGenFunction.h | 4538 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);
|