summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index eb9ce7dfed8..4b1a06edc54 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/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();
OpenPOWER on IntegriCloud