Searched refs:EmitAggregateStore (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1280 void CodeGenFunction::EmitAggregateStore(llvm::Value *Val, Address Dest, in EmitAggregateStore() function in CodeGenFunction 1344 CGF.EmitAggregateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore() 5127 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall()
|
D | CGExprAgg.cpp | 131 CGF.EmitAggregateStore(Result, Dest.getAddress(), in VisitConstantExpr()
|
D | CodeGenFunction.h | 4251 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);
|