summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2013-02-12 16:20:28 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2013-02-12 16:20:28 +0000
commite38825f490b898644089d5cd9cb90cec681bded8 (patch)
tree87b39ccb7224094c429ce281a014b9104d94223b /include/llvm/DebugInfo
parentde53477c915105cb7828f9355ae5b3fc0cac4e04 (diff)
downloadllvm-e38825f490b898644089d5cd9cb90cec681bded8.tar.gz
llvm-e38825f490b898644089d5cd9cb90cec681bded8.tar.bz2
llvm-e38825f490b898644089d5cd9cb90cec681bded8.tar.xz
Add support for the pubnames section to llvm-dwarfdump.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174976 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 679b490caf..8fcd9e0b82 100644
--- a/include/llvm/DebugInfo/DIContext.h
+++ b/include/llvm/DebugInfo/DIContext.h
@@ -106,6 +106,7 @@ enum DIDumpType {
DIDT_InfoDwo,
DIDT_Line,
DIDT_Ranges,
+ DIDT_Pubnames,
DIDT_Str,
DIDT_StrDwo,
DIDT_StrOffsetsDwo