diff options
author | Mike Stump <mrs@apple.com> | 2009-11-14 00:14:13 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-11-14 00:14:13 +0000 |
commit | 67795980157a48b51a59737a9478470eb0871dbb (patch) | |
tree | d0cc6b3eccd87c1f8fee90d72ce80361dc2fc0b9 /lib/CodeGen/Mangle.h | |
parent | fd47648b5d351ff6d1a3e886e1c3d10712ba4675 (diff) |
Mangling support for typeinfo names.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Mangle.h')
-rw-r--r-- | lib/CodeGen/Mangle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/Mangle.h b/lib/CodeGen/Mangle.h index df50afa6e9..458708fca6 100644 --- a/lib/CodeGen/Mangle.h +++ b/lib/CodeGen/Mangle.h @@ -72,6 +72,8 @@ namespace clang { llvm::raw_ostream &os); void mangleCXXRtti(MangleContext &Context, QualType T, llvm::raw_ostream &os); + void mangleCXXRttiName(MangleContext &Context, QualType T, + llvm::raw_ostream &os); void mangleCXXCtor(MangleContext &Context, const CXXConstructorDecl *D, CXXCtorType Type, llvm::raw_ostream &os); void mangleCXXDtor(MangleContext &Context, const CXXDestructorDecl *D, |