This:
- Replaces pointers with references in many places.
- Adds few TODOs about fixing possible unhandled errors (in ARMEHABIPrinter.h).
- Replaces autos with actual types.
- Removes excessive arguments.
- Adds const ELFFile<ELFT> &Obj; member to ELFDumper to simplify the code.
Here and elsewhere.