diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 1f0fad609f..fe52e99662 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -360,7 +360,10 @@ public: llvm::Constant *GenerateRtti(const CXXRecordDecl *RD); void GenerateVtableForBase(const CXXRecordDecl *RD, - std::vector<llvm::Constant *> &methods); + const CXXRecordDecl *Class, + llvm::Constant *rtti, + std::vector<llvm::Constant *> &methods, + bool isPrimary = false); llvm::Value *GenerateVtable(const CXXRecordDecl *RD); void EmitCtorPrologue(const CXXConstructorDecl *CD); |