From ccd5259d33cbbdd6f5fbf7ccab4cb4a2702309ea Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 1 Feb 2011 23:22:34 +0000 Subject: -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 --- lib/CodeGen/CodeGenFunction.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/CodeGen/CodeGenFunction.h') 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, -- cgit v1.2.3-70-g09d2