Searched refs:destField (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1611 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument 1613 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy() 1623 llvm::Value *args[] = { destField, srcValue, flagsVal }; in emitCopy() 1644 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument 1646 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy() 1665 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument 1677 llvm::StoreInst *store = CGF.Builder.CreateStore(null, destField); in emitCopy() 1679 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy() 1683 llvm::StoreInst *store = CGF.Builder.CreateStore(value, destField); in emitCopy() 1706 void emitCopy(CodeGenFunction &CGF, llvm::Value *destField, in emitCopy() argument [all …]
|