summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-02-24 23:58:54 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-02-24 23:58:54 +0000
commit2a213a45325e803202246f0ccdc4510e4b37abda (patch)
tree1d6ee170948a10c99edd607a65364e911d4d4e3d /include
parentec89b9fb9ed78dbb783897774e5d7bab376c169a (diff)
downloadllvm-2a213a45325e803202246f0ccdc4510e4b37abda.tar.gz
llvm-2a213a45325e803202246f0ccdc4510e4b37abda.tar.bz2
llvm-2a213a45325e803202246f0ccdc4510e4b37abda.tar.xz
llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202091 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 37f2a260ae..f04dc001f4 100644
--- a/include/llvm/DebugInfo/DIContext.h
+++ b/include/llvm/DebugInfo/DIContext.h
@@ -107,6 +107,7 @@ enum DIDumpType {
DIDT_Types,
DIDT_TypesDwo,
DIDT_Line,
+ DIDT_LineDwo,
DIDT_Loc,
DIDT_Ranges,
DIDT_Pubnames,