Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1922 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1928 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1931 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1937 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
1949 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
1950 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
1962 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
1968 llvm::Value *dstAddr = dstField.getPointer(); in GenerateCopyHelperFunction()
1985 pushCaptureCleanup(capture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()