Searched refs:EmitAggregateStore (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1297 void CodeGenFunction::EmitAggregateStore(llvm::Value *Val, Address Dest, in EmitAggregateStore() function in CodeGenFunction 1361 CGF.EmitAggregateStore(Src, Dst, DstIsVolatile); in CreateCoercedStore() 5438 EmitAggregateStore(CI, DestPtr, DestIsVolatile); in EmitCall()
|
| H A D | CGExprAgg.cpp | 131 CGF.EmitAggregateStore(Result, Dest.getAddress(), in VisitConstantExpr()
|
| H A D | CodeGenFunction.h | 4322 void EmitAggregateStore(llvm::Value *Val, Address Dest, bool DestIsVolatile);
|