diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2012-01-06 00:29:35 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-01-06 00:29:35 +0000 |
| commit | 17eaf4089da5462edf57f281da539310fd35dd8e (patch) | |
| tree | 22a89dd70bd9e335e94e3c0c436a6ccd564d0604 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 7ce752610f4d74c20f768911b9d545719ac95554 (diff) | |
| download | bcm5719-llvm-17eaf4089da5462edf57f281da539310fd35dd8e.tar.gz bcm5719-llvm-17eaf4089da5462edf57f281da539310fd35dd8e.zip | |
objc++: sythesize a helper function to be used
for copying atomic properties of c++ objects
with non-trivial copy assignment in setters/getters.
Not yet used. // rdar://6137845
llvm-svn: 147636
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 105cfbec823..9a24426e755 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1333,6 +1333,8 @@ public: llvm::Constant *GenerateCopyHelperFunction(const CGBlockInfo &blockInfo); llvm::Constant *GenerateDestroyHelperFunction(const CGBlockInfo &blockInfo); + llvm::Constant *GenerateObjCAtomicCopyHelperFunction( + const ObjCPropertyImplDecl *PID); void BuildBlockRelease(llvm::Value *DeclPtr, BlockFieldFlags flags); |

