aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-08-06 15:50:11 +0000
committerMike Stump <mrs@apple.com>2009-08-06 15:50:11 +0000
commit8a12b564923a72224730a467007e61b5701e4aa7 (patch)
tree456c52b940c340b3d6b29aba545e74d90d9f1564 /lib/CodeGen/CodeGenFunction.h
parent37148f4efb150c1ee862ce36a7468e83dbb0085d (diff)
More layout for virtual tables for virtual bases. Still in progress.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 6a887d1aa9..1f0fad609f 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -359,6 +359,8 @@ public:
void FinishFunction(SourceLocation EndLoc=SourceLocation());
llvm::Constant *GenerateRtti(const CXXRecordDecl *RD);
+ void GenerateVtableForBase(const CXXRecordDecl *RD,
+ std::vector<llvm::Constant *> &methods);
llvm::Value *GenerateVtable(const CXXRecordDecl *RD);
void EmitCtorPrologue(const CXXConstructorDecl *CD);