summaryrefslogtreecommitdiffstats
path: root/clang/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
commitc255f3581a7cabb5ae49f25e0797ede437b142cb (patch)
tree6da08acf3c52ba5036b969126330c920ff28f135 /clang/lib/CodeGen/CodeGenFunction.h
parent9ef866f95facffc9f5162405324002b12633bce6 (diff)
downloadbcm5719-llvm-c255f3581a7cabb5ae49f25e0797ede437b142cb.tar.gz
bcm5719-llvm-c255f3581a7cabb5ae49f25e0797ede437b142cb.zip
More layout for virtual tables for virtual bases. Still in progress.
llvm-svn: 78314
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 6a887d1aa9d..1f0fad609f5 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/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);
OpenPOWER on IntegriCloud