diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index f5c25b275e..4ecb03dca0 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -511,11 +511,8 @@ public: void InitializeVtablePtrs(const CXXRecordDecl *ClassDecl); - void InitializeVtablePtrsRecursive(const CXXRecordDecl *ClassDecl, - llvm::Constant *Vtable, - const CodeGenVTables::AddrSubMap_t& AddressPoints, - llvm::Value *ThisPtr, - uint64_t Offset); + void InitializeVtablePtrs(BaseSubobject Base, llvm::Constant *VTable, + const CXXRecordDecl *VTableClass); void SynthesizeCXXCopyConstructor(const FunctionArgList &Args); void SynthesizeCXXCopyAssignment(const FunctionArgList &Args); |