[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 register or sign in to comment