[llvm-readobj] - Split the printHashSymbols. NFCI.
authorGeorgii Rymar <grimar@accesssoftek.com>
Thu, 2 Jul 2020 12:01:35 +0000 (15:01 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Tue, 7 Jul 2020 11:01:34 +0000 (14:01 +0300)
commit8f0f7dbcea34e2e89fb0946067af3488c20c4532
tree392198a39f68f1388685171cdcbe76fb5ebfa6c9
parentcdf2eef613f7d6949e2929b316925c3553a8e3d0
[llvm-readobj] - Split the printHashSymbols. NFCI.

This introduces `printHashTableSymbols` and
`printGNUHashTableSymbols` to split the `printHashSymbols`.

It makes the code more readable and consistent.

Differential revision: https://reviews.llvm.org/D83040
llvm/tools/llvm-readobj/ELFDumper.cpp