Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp1295 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument
1297 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy()
1306 CGF.Builder.CreateCall3(fn, destField, srcValue, flagsVal); in emitCopy()
1326 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument
1328 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy()
1347 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument
1355 CGF.Builder.CreateStore(value, destField); in emitCopy()
1382 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument
1385 CGF.EmitSynthesizedCXXCopyCtor(destField, srcField, CopyExpr); in emitCopy()
1444 llvm::Value *destField = CGF.GetAddrOfLocalVar(&dst); in generateByrefCopyHelper() local
[all …]