Home
last modified time | relevance | path

Searched refs:EmitAggregateStore (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1298 void CodeGenFunction::EmitAggregateStore(llvm::Value *Val, Address Dest, in EmitAggregateStore() function in CodeGenFunction
1362 CGF.EmitAggregateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore()
5445 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall()
H A DCGExprAgg.cpp131 CGF.EmitAggregateStore(Result, Dest.getAddress(), in VisitConstantExpr()
H A DCodeGenFunction.h4323 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);