Displaying 1 result from an estimated 1 matches for "e19ea609".
2017 Jan 09
4
Find instruction's offset
Hi,
Is there a way to get instruction's offset at compile time with llvm for
ARM?
I am trying to create a map between instructions at compile time and this
run-time info. Since PC is a relative value, I am trying to use the
instruction's offset as a constant property of instruction to create this
map. I think offset information should be available to create the
executable, if so where to