This diff removes the second argument of the method
MachOObjectFile::exports which was recently introduced in r308690.
In all in-tree uses this argument is equal to "this", additionally
without this argument the interface seems to be cleaner.
Test plan: make check-all
I think that using auto here instead of llvm::object:ExportEntry is better for readability.