diff options
author | Eric Christopher <echristo@apple.com> | 2012-01-26 01:57:13 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-01-26 01:57:13 +0000 |
commit | 6faa5540dfd17388c62bef8e69f91b0e6bd86e9c (patch) | |
tree | d9785756390d2bf8cc2d2f5aea99160ff26998cf /lib/CodeGen/CGDebugInfo.h | |
parent | 24248e3df04f3d687f819f6de3429130c4680a15 (diff) |
Refactor into its own function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 6c56efc35f..e33b282511 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -139,6 +139,7 @@ class CGDebugInfo { AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile tunit, llvm::DIDescriptor scope); + void CollectRecordStaticVars(const RecordDecl *, llvm::DIType); void CollectRecordFields(const RecordDecl *Decl, llvm::DIFile F, SmallVectorImpl<llvm::Value *> &E, llvm::DIType RecordTy); |