summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-01-09 05:08:24 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-01-09 05:08:24 +0000
commita34ec4a961503e1ceb6c6c3ce0b59911960b8fa1 (patch)
treee47861d4a1b522985bb14c9a463e5eacae5a0765 /include
parent3ca4db23ed3bf1798e238722319633e07ed39f44 (diff)
downloadllvm-a34ec4a961503e1ceb6c6c3ce0b59911960b8fa1.tar.gz
llvm-a34ec4a961503e1ceb6c6c3ce0b59911960b8fa1.tar.bz2
llvm-a34ec4a961503e1ceb6c6c3ce0b59911960b8fa1.tar.xz
llvm-dwarfdump: type unit dwo support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198850 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 a1a4642103..37f2a260ae 100644
--- a/include/llvm/DebugInfo/DIContext.h
+++ b/include/llvm/DebugInfo/DIContext.h
@@ -105,6 +105,7 @@ enum DIDumpType {
DIDT_Info,
DIDT_InfoDwo,
DIDT_Types,
+ DIDT_TypesDwo,
DIDT_Line,
DIDT_Loc,
DIDT_Ranges,