Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1978 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1984 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1987 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1993 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2005 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2006 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2018 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2026 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2043 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()