summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-25 23:02:41 +0000
committerEric Christopher <echristo@gmail.com>2013-09-25 23:02:41 +0000
commit7357f03e888e7d95066ca1bbb26994c278eb465c (patch)
tree37a74164ae5b69c6263611d35e620e864bbbd0e9 /include/llvm/DebugInfo
parentc839df0e4cbc3329ae9f03ca4db5893ea9b2c7bd (diff)
downloadllvm-7357f03e888e7d95066ca1bbb26994c278eb465c.tar.gz
llvm-7357f03e888e7d95066ca1bbb26994c278eb465c.tar.bz2
llvm-7357f03e888e7d95066ca1bbb26994c278eb465c.tar.xz
Dump the normal dwarf pubtypes section as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191408 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 d181a83a90..a1a4642103 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_Pubtypes,
DIDT_GnuPubnames,
DIDT_GnuPubtypes,
DIDT_Str,