diff options
author | Mike Stump <mrs@apple.com> | 2009-07-31 23:15:31 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-31 23:15:31 +0000 |
commit | 183c3d2f5978422e8b632c5478331e7b39fe1efe (patch) | |
tree | a220c9d05cc9dfaf306decc849ef350f31bc6e2d /clang/lib/CodeGen/CodeGenFunction.h | |
parent | ce24e0043e7f4d140c51bb828065a4354af67fa5 (diff) | |
download | bcm5719-llvm-183c3d2f5978422e8b632c5478331e7b39fe1efe.tar.gz bcm5719-llvm-183c3d2f5978422e8b632c5478331e7b39fe1efe.zip |
Add beginnigs of rtti generation, wire up more of -fno-exceptions.
llvm-svn: 77751
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 5661343c134..b814ed7c5c5 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -358,6 +358,7 @@ public: /// legal to call this function even if there is no current insertion point. void FinishFunction(SourceLocation EndLoc=SourceLocation()); + llvm::Constant *GenerateRtti(const CXXRecordDecl *RD); llvm::Value *GenerateVtable(const CXXRecordDecl *RD); void EmitCtorPrologue(const CXXConstructorDecl *CD); |