Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGBlocks.cpp2271 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
2273 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy()
2283 llvm::Value *args[] = { destField.getPointer(), srcValue, flagsVal }; in emitCopy()
2304 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
2306 CGF.EmitARCMoveWeak(destField, srcField); in emitCopy()
2325 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
2336 CGF.Builder.CreateStore(null, destField); in emitCopy()
2337 CGF.EmitARCStoreStrongCall(destField, value, /*ignored*/ true); in emitCopy()
2341 CGF.Builder.CreateStore(value, destField); in emitCopy()
2362 void emitCopy(CodeGenFunction &CGF, Address destField, in emitCopy() argument
[all …]