llvm-svn: 232537
This commit is contained in:
David Majnemer
2015-03-17 20:35:00 +00:00
parent 9ef5671d36
commit 443250f08d
6 changed files with 30 additions and 23 deletions

View File

@@ -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);