diff options
| author | Mike Stump <mrs@apple.com> | 2009-09-02 00:25:38 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-09-02 00:25:38 +0000 |
| commit | 9cc7d30435506aeff0e4a5776e3f71033bae1564 (patch) | |
| tree | 9ff820614d995743b3c9488b6906ab2c4cc7bf04 /clang/lib/CodeGen/Mangle.h | |
| parent | 10a5dabfd54a8fd85eb365178b711622f4743618 (diff) | |
| download | bcm5719-llvm-9cc7d30435506aeff0e4a5776e3f71033bae1564.tar.gz bcm5719-llvm-9cc7d30435506aeff0e4a5776e3f71033bae1564.zip | |
Add mangling for thunks.
llvm-svn: 80743
Diffstat (limited to 'clang/lib/CodeGen/Mangle.h')
| -rw-r--r-- | clang/lib/CodeGen/Mangle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/Mangle.h b/clang/lib/CodeGen/Mangle.h index 8f0a32da885..a2fba4e6696 100644 --- a/clang/lib/CodeGen/Mangle.h +++ b/clang/lib/CodeGen/Mangle.h @@ -34,6 +34,8 @@ namespace clang { bool mangleName(const NamedDecl *D, ASTContext &Context, llvm::raw_ostream &os); + void mangleThunkName(const NamedDecl *D, bool Virtual, int64_t n, + int64_t vn, ASTContext &Context, llvm::raw_ostream &os); void mangleGuardVariable(const VarDecl *D, ASTContext &Context, llvm::raw_ostream &os); void mangleCXXVtable(QualType T, ASTContext &Context, llvm::raw_ostream &os); |

