[ELF] - Simplify a SymbolBody class interface a bit.
authorGeorge Rimar <grimar@accesssoftek.com>
Sun, 6 Mar 2016 06:26:18 +0000 (06:26 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Sun, 6 Mar 2016 06:26:18 +0000 (06:26 +0000)
commit2f0fab53e4fb80e46df316efabb61b12efeb61b5
treef6e1dfd6d3b37aa02477ff92cfcb2b653aac5b3e
parent4d1d16d0edadb89acc446a6a9cb03433d7ca44f9
[ELF] - Simplify a SymbolBody class interface a bit.

Get rid of few accessors in that class, and replace
them with direct fields access.

Differential revision: http://reviews.llvm.org/D17879

llvm-svn: 262796
lld/ELF/InputSection.cpp
lld/ELF/OutputSections.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/Symbols.cpp
lld/ELF/Symbols.h
lld/ELF/Target.cpp
lld/ELF/Writer.cpp