It is a bit unconvinent that client should implement stubs for these two methods
on its side even if not use them at all.
For example in D35005 I do not need them both, also there is one more
place in LLD where LoadedObjectInfo is used and have to implement stub clone()
method.
I suggest to provide default implementations.