Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1986 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1992 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1995 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
2001 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2013 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2014 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2026 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2034 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2051 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()