summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-09-19 23:01:29 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-09-19 23:01:29 +0000
commit994c37fcb001bc5a53bf2c676009b327b882d765 (patch)
tree5e8e0f8fc2404ad657e5156c81141adf98426b3d /include/llvm/DebugInfo
parentceb3b4649086c4aa6aa535440748c5860093f6e6 (diff)
downloadllvm-994c37fcb001bc5a53bf2c676009b327b882d765.tar.gz
llvm-994c37fcb001bc5a53bf2c676009b327b882d765.tar.bz2
llvm-994c37fcb001bc5a53bf2c676009b327b882d765.tar.xz
DebugInfo: llvm-dwarfdump support for gnu_pubnames section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191050 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DebugInfo')
-rw-r--r--include/llvm/DebugInfo/DIContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h
index 4bb7c77438..ab0fca58ec 100644
--- a/include/llvm/DebugInfo/DIContext.h
+++ b/include/llvm/DebugInfo/DIContext.h
@@ -109,6 +109,7 @@ enum DIDumpType {
DIDT_Loc,
DIDT_Ranges,
DIDT_Pubnames,
+ DIDT_GnuPubnames,
DIDT_Str,
DIDT_StrDwo,
DIDT_StrOffsetsDwo