[DWARF] - Simplify RelocVisitor implementation.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 18 May 2017 08:25:11 +0000 (08:25 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 18 May 2017 08:25:11 +0000 (08:25 +0000)
commit47f84b1a3cb2bf9335d9a68d8528babed0dbba9f
tree085d2c5f3ae906b9273f50a99e5731c54e80a976
parentd2aaf5bd37315f6a15ed80f486085dd0a97b1b1d
[DWARF] - Simplify RelocVisitor implementation.

We do not need to store relocation width field.
Patch removes relative code, that simplifies implementation.

Differential revision: https://reviews.llvm.org/D33274

llvm-svn: 303335
llvm/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
llvm/include/llvm/Object/RelocVisitor.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp