Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1937 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1943 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1946 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1952 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
1964 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
1965 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
1978 cast_or_null<llvm::Instruction>(dstField.getBasePointer())) in GenerateCopyHelperFunction()
1985 llvm::Value *dstAddr = dstField.emitRawPointer(*this); in GenerateCopyHelperFunction()
2002 pushCaptureCleanup(capture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()