| commit | bcbe98bcb9496a7881b7a29af3c488d0a855d032 | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Wed Jan 23 10:33:26 2019 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Wed Jan 23 10:33:26 2019 +0000 |
| tree | 03973314526e9e31b8b16412e3d926229b1fe9c8 | |
| parent | 6046d087c5b91d997ee025f38d83405bf0668adb [diff] |
[llvm-objdump] - Split disassembleObject() into two methods. NFCI. Currently, disassembleObject() is a ~550 lines length function. This patch splits it into two, where first do all helper objects initializations and calls the second which does all the rest job. This is a straightforward split. Differential revision: https://reviews.llvm.org/D57020 llvm-svn: 351940