Previously DWARFContextInMemory handled relocations by itself.
(or used pre-relocated section content via another API)
This patch adds way to delegate relocations handling to client for each
relocation section.
I am using it in patch for LLD to speedup .gdb_index building, will
upload it and add dependency to this one really soon.
That allows to do some custom things, for example when building .gdb_index
looks we do not need to perform relocations computations for .debug_ranges,
all we need is to scan relocations to find the section indexes for futher use.
Three slashes for a doxy comment?