summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-04-24 20:19:58 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-04-24 20:19:58 +0000
commit48c70f62dd7233a0ce5242dfb933b0d4638b3923 (patch)
treebe034d39a84ab17701a4d82f6a334b59c68af15f /lib/CodeGen/CGDebugInfo.h
parentf9d68e1dd015972318b2448f75115ff4fc3d5008 (diff)
downloadclang-48c70f62dd7233a0ce5242dfb933b0d4638b3923.tar.gz
Factor code. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r--lib/CodeGen/CGDebugInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h
index 94da50ce2a..ed5c76b676 100644
--- a/lib/CodeGen/CGDebugInfo.h
+++ b/lib/CodeGen/CGDebugInfo.h
@@ -196,6 +196,9 @@ private:
/// CreateTypeNode - Create type metadata for a source language type.
llvm::DIType CreateTypeNode(QualType Ty, llvm::DIFile F);
+ llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
+ llvm::StringRef Name, uint64_t *Offset);
+
/// getFunctionName - Get function name for the given FunctionDecl. If the
/// name is constructred on demand (e.g. C++ destructor) then the name
/// is stored on the side.