Refactor RelocVisitor to take an object. This removes some
authorEric Christopher <echristo@gmail.com>
Mon, 6 Oct 2014 06:55:55 +0000 (06:55 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 6 Oct 2014 06:55:55 +0000 (06:55 +0000)
commit7d0a297dbd14512912ef3487522ba48712f8c3a3
tree34b957df615ddf5418cdfcd9b92887bd224d05f1
parentb23e9d77e8b060552357f205bd874e388eebeb4f
Refactor RelocVisitor to take an object. This removes some
string comparisons and makes it a bit easier to check individual
targets.

Patch by Charlie Turner.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219108 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/RelocVisitor.h
lib/DebugInfo/DWARFContext.cpp