diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-02-01 23:22:34 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-02-01 23:22:34 +0000 |
commit | ccd5259d33cbbdd6f5fbf7ccab4cb4a2702309ea (patch) | |
tree | fbbf276e87148ef59204fd1cf98a467bccc3556d /lib/CodeGen/CodeGenFunction.h | |
parent | 110a68e38bb37526f9bd1d4e8f1b941fe5410b27 (diff) |
-fapple-kext support for indirect call to virtuals dtors - wip.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 4683c96974..5e91e0b1a5 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1663,6 +1663,10 @@ public: NestedNameSpecifier *Qual, llvm::Value *This, const llvm::Type *Ty); + + llvm::Value *BuildAppleKextVirtualDestructorCall(const CXXDestructorDecl *DD, + CXXDtorType Type, + const CXXRecordDecl *RD=0); RValue EmitCXXMemberCall(const CXXMethodDecl *MD, llvm::Value *Callee, |