RSGlobalInfoPass: Fix types in global info tables

Bug: 20306487

With LLVM asserts enabled, the code that builds .rs.global_names and
.rs.global_addresses triggered an assertion because the table entries
were not void pointers.

Fix by casting the inputs appropriately.

Change-Id: I21310d8da46150dcf7590faf398d11b3b72a692b
1 file changed