diff options
| author | Anders Carlsson <andersca@mac.com> | 2010-04-17 20:15:18 +0000 |
|---|---|---|
| committer | Anders Carlsson <andersca@mac.com> | 2010-04-17 20:15:18 +0000 |
| commit | 11e5140db94dc3f27108f313135d0664d3ccd421 (patch) | |
| tree | d7ffb9d37d80771f7433ea6e171b1d3bd5421bef /clang/lib/CodeGen/Mangle.h | |
| parent | 13bca6cd5a6b5e989a469ec1687b42a5c7008895 (diff) | |
| download | bcm5719-llvm-11e5140db94dc3f27108f313135d0664d3ccd421.tar.gz bcm5719-llvm-11e5140db94dc3f27108f313135d0664d3ccd421.zip | |
Vtable -> VTable renames across the board.
llvm-svn: 101666
Diffstat (limited to 'clang/lib/CodeGen/Mangle.h')
| -rw-r--r-- | clang/lib/CodeGen/Mangle.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<char> &); void mangleGuardVariable(const VarDecl *D, llvm::SmallVectorImpl<char> &); - void mangleCXXVtable(const CXXRecordDecl *RD, llvm::SmallVectorImpl<char> &); + void mangleCXXVTable(const CXXRecordDecl *RD, llvm::SmallVectorImpl<char> &); void mangleCXXVTT(const CXXRecordDecl *RD, llvm::SmallVectorImpl<char> &); - void mangleCXXCtorVtable(const CXXRecordDecl *RD, int64_t Offset, + void mangleCXXCtorVTable(const CXXRecordDecl *RD, int64_t Offset, const CXXRecordDecl *Type, llvm::SmallVectorImpl<char> &); void mangleCXXRTTI(QualType T, llvm::SmallVectorImpl<char> &); |

