Previous implementation was ineffective.
For each range it did a search among all input sections of a file.
Patch sorts range vector returned by DWARF parser and allows
to do a single iteration through input sections.
That change speedups link time with --gdb-index for producing llc
binary from: 19.2 to 16.49 seconds. Its about 15%.