diff options
author | Mike Stump <mrs@apple.com> | 2009-11-14 23:32:21 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-11-14 23:32:21 +0000 |
commit | cbcd4e5d9d4c6148d47c6c05038b295c1eb037b2 (patch) | |
tree | 0e7ab0d51b24e8df24e4661f623d46d6faff46bd /lib/CodeGen/CodeGenModule.h | |
parent | 0e489ea67da94ca5ba3df67cab4f0da61d56367d (diff) |
Finisgh off rest of class_type_info rtti generation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88823 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 44d24337df..85e4d3d073 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -226,6 +226,9 @@ public: /// GenerateRtti - Generate the rtti information for the given type. llvm::Constant *GenerateRtti(const CXXRecordDecl *RD); + /// GenerateRttiRef - Generate a reference to the rtti information for the + /// given type. + llvm::Constant *GenerateRttiRef(const CXXRecordDecl *RD); /// BuildThunk - Build a thunk for the given method llvm::Constant *BuildThunk(const CXXMethodDecl *MD, bool Extern, int64_t nv, |