[ELF][Reader] Refactor how relocations are read. Improves performance.
This changes from reading each relocation individually for each section to just storing the range of relocations. It also counts the relocations to preallocate the _references array. llvm-svn: 177562
Loading
Please sign in to comment