summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-08-12 23:00:59 +0000
committerMike Stump <mrs@apple.com>2009-08-12 23:00:59 +0000
commit82165efbc48aa36817d6d3f4599cdb23b86d0ef2 (patch)
treec5ee33f7ec8c1aae72322e1da2642ef859f35253 /clang/lib/CodeGen/CodeGenFunction.h
parentff2db10211a12e663df0c9f25db9c42e365d2b8e (diff)
downloadbcm5719-llvm-82165efbc48aa36817d6d3f4599cdb23b86d0ef2.tar.gz
bcm5719-llvm-82165efbc48aa36817d6d3f4599cdb23b86d0ef2.zip
Refactor.
llvm-svn: 78854
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index 226c272c318..75dd3f55f90 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -359,6 +359,8 @@ public:
void FinishFunction(SourceLocation EndLoc=SourceLocation());
llvm::Constant *GenerateRtti(const CXXRecordDecl *RD);
+ void GenerateMethods(std::vector<llvm::Constant *> &methods,
+ const CXXRecordDecl *RD, llvm::Type *Ptr8Ty);
void GenerateVtableForBase(const CXXRecordDecl *RD,
const CXXRecordDecl *Class,
llvm::Constant *rtti,
OpenPOWER on IntegriCloud