Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp2202 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
2204 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy()
2214 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; in emitCopy()
2235 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
2237 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy()
2256 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
2267 CGF.Builder.CreateStore(null, destField); in emitCopy()
2268 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy()
2272 CGF.Builder.CreateStore(value, destField); in emitCopy()
2293 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
[all …]