llvm-readobj: use the associated string table to print symbols. NFI.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Jul 2015 16:02:10 +0000 (16:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Jul 2015 16:02:10 +0000 (16:02 +0000)
commitfcadda639edbe1aa876dcb0e5c4ee7255d0b2dcb
treee7f90d30d9f5359cfb8f9c51c95cbe0c93b38847
parent791500fa0d5c0685a4ea22e03718c26e77dff3e0
llvm-readobj: use the associated string table to print symbols. NFI.

This just removes some cases that require ELFFile to eagerly parse the ELF
file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242794 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h
tools/llvm-readobj/ELFDumper.cpp