diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2013-02-12 16:20:28 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2013-02-12 16:20:28 +0000 |
commit | e38825f490b898644089d5cd9cb90cec681bded8 (patch) | |
tree | 87b39ccb7224094c429ce281a014b9104d94223b /include | |
parent | de53477c915105cb7828f9355ae5b3fc0cac4e04 (diff) |
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')
-rw-r--r-- | include/llvm/DebugInfo/DIContext.h | 1 |
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 |