diff options
Diffstat (limited to 'lib/CodeGen/CGObjCRuntime.h')
-rw-r--r-- | lib/CodeGen/CGObjCRuntime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CGObjCRuntime.h b/lib/CodeGen/CGObjCRuntime.h index c85e9debb6..15131579a7 100644 --- a/lib/CodeGen/CGObjCRuntime.h +++ b/lib/CodeGen/CGObjCRuntime.h @@ -163,6 +163,9 @@ public: const ObjCIvarDecl *Ivar, const FieldDecl *Field, unsigned CVRQualifiers) = 0; + virtual llvm::Value *EmitIvarOffset(CodeGen::CodeGenFunction &CGF, + ObjCInterfaceDecl *Interface, + const ObjCIvarDecl *Ivar) = 0; }; /// Creates an instance of an Objective-C runtime class. |