[BinaryFormat] Add .debug_names support
authorPavel Labath <labath@google.com>
Mon, 22 Jan 2018 09:41:36 +0000 (09:41 +0000)
committerPavel Labath <labath@google.com>
Mon, 22 Jan 2018 09:41:36 +0000 (09:41 +0000)
commit44197df7a371194b60eda04093a541a8c4d6032a
tree1a2640022cfb0360f9cba0cc9be0fc3d8149f18f
parentb0d49a604b6fc7a9327ddcac1e39faf29bd51458
[BinaryFormat] Add .debug_names support

Summary:
This adds a definition of the .debug_names section and the new constants
(DW_IDX_???) which are used in it.

Reviewers: JDevlieghere, aprantl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D42296

llvm-svn: 323084
llvm/include/llvm/BinaryFormat/Dwarf.def
llvm/include/llvm/BinaryFormat/Dwarf.h
llvm/lib/BinaryFormat/Dwarf.cpp