diff options
author | Mike Stump <mrs@apple.com> | 2009-08-06 15:50:11 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-08-06 15:50:11 +0000 |
commit | c255f3581a7cabb5ae49f25e0797ede437b142cb (patch) | |
tree | 6da08acf3c52ba5036b969126330c920ff28f135 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 9ef866f95facffc9f5162405324002b12633bce6 (diff) | |
download | bcm5719-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.h | 2 |
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); |