From c255f3581a7cabb5ae49f25e0797ede437b142cb Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Thu, 6 Aug 2009 15:50:11 +0000 Subject: More layout for virtual tables for virtual bases. Still in progress. llvm-svn: 78314 --- clang/lib/CodeGen/CodeGenFunction.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') 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 &methods); llvm::Value *GenerateVtable(const CXXRecordDecl *RD); void EmitCtorPrologue(const CXXConstructorDecl *CD); -- cgit v1.2.3