From 11e5140db94dc3f27108f313135d0664d3ccd421 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 17 Apr 2010 20:15:18 +0000 Subject: Vtable -> VTable renames across the board. llvm-svn: 101666 --- clang/lib/CodeGen/Mangle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/lib/CodeGen/Mangle.h') diff --git a/clang/lib/CodeGen/Mangle.h b/clang/lib/CodeGen/Mangle.h index dc1673012b1..da3626fc5d3 100644 --- a/clang/lib/CodeGen/Mangle.h +++ b/clang/lib/CodeGen/Mangle.h @@ -103,9 +103,9 @@ public: const ThisAdjustment &ThisAdjustment, llvm::SmallVectorImpl &); void mangleGuardVariable(const VarDecl *D, llvm::SmallVectorImpl &); - void mangleCXXVtable(const CXXRecordDecl *RD, llvm::SmallVectorImpl &); + void mangleCXXVTable(const CXXRecordDecl *RD, llvm::SmallVectorImpl &); void mangleCXXVTT(const CXXRecordDecl *RD, llvm::SmallVectorImpl &); - void mangleCXXCtorVtable(const CXXRecordDecl *RD, int64_t Offset, + void mangleCXXCtorVTable(const CXXRecordDecl *RD, int64_t Offset, const CXXRecordDecl *Type, llvm::SmallVectorImpl &); void mangleCXXRTTI(QualType T, llvm::SmallVectorImpl &); -- cgit v1.2.3