diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-03-17 20:35:00 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-03-17 20:35:00 +0000 |
commit | 443250f08da3ea3396586f0349d8d34d42223633 (patch) | |
tree | 26d53556a6a5a6d00728b314c24e9ed906e84275 /clang/lib/CodeGen/CodeGenModule.h | |
parent | 9ef5671d36f4be2e173b2c77626d712bb2134e81 (diff) | |
download | bcm5719-llvm-443250f08da3ea3396586f0349d8d34d42223633.tar.gz bcm5719-llvm-443250f08da3ea3396586f0349d8d34d42223633.zip |
WIP
llvm-svn: 232537
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index a82f0734dd4..7e5bd7caa5c 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -719,6 +719,8 @@ public: /// Get the address of the RTTI descriptor for the given type. llvm::Constant *GetAddrOfRTTIDescriptor(QualType Ty, bool ForEH = false); + llvm::Constant *getAddrOfCXXCatchDescriptor(QualType Ty); + /// Get the address of a uuid descriptor . llvm::Constant *GetAddrOfUuidDescriptor(const CXXUuidofExpr* E); |