diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-28 21:28:56 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-04-28 21:28:56 +0000 |
commit | 0dec1e0d56c3bbccf7d61323fb2939f475ad9a0b (patch) | |
tree | 1a406ea52e6f67e54873e8799e8d611c2962a0fc /clang/lib/CodeGen/CodeGenModule.h | |
parent | c892b6dbb0ae539b031687e0eddb0f31f57675a5 (diff) | |
download | bcm5719-llvm-0dec1e0d56c3bbccf7d61323fb2939f475ad9a0b.tar.gz bcm5719-llvm-0dec1e0d56c3bbccf7d61323fb2939f475ad9a0b.zip |
IRGen for initialization/destruction of
ivar class objects (NeXt runtime).
(radar 7900343).
llvm-svn: 102533
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index b0abc492a85..aa30635bfa4 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -482,6 +482,7 @@ private: void EmitGlobalVarDefinition(const VarDecl *D); void EmitAliasDefinition(GlobalDecl GD); void EmitObjCPropertyImplementations(const ObjCImplementationDecl *D); + void EmitObjCIvarInitializations(ObjCImplementationDecl *D); // C++ related functions. |