Searched refs:destField (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1637 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 1639 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy() 1649 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; in emitCopy() 1670 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 1672 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy() 1691 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument 1702 CGF.Builder.CreateStore(null, destField); in emitCopy() 1703 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 1707 CGF.Builder.CreateStore(value, destField); in emitCopy() 1728 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument [all …]
|