diff options
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index eb9ce7dfed..4b1a06edc5 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -141,6 +141,8 @@ public: /// Release - Finalize LLVM code generation. void Release(); + llvm::Constant *getNSConcreteGlobalBlock(); + const llvm::Type *getBlockDescriptorType(); const llvm::Type *getGenericBlockLiteralType(); |