Displaying 2 results from an estimated 2 matches for "e1189033".
2018 May 17
0
Backend Plugins?
Kenneth Adam Miller wrote:
> By address, I mean the selected location in the binary. I need the
> ground truth for other static analyses.
That's not determined until instructions are encoded for the object
file, which is pretty deep down in MC. I can imagine a couple of ways
to get the info you want, but it's not pretty. You could emit a label
for every instruction, and then work
2018 May 17
2
Backend Plugins?
On Thu, May 17, 2018, 3:31 PM Friedman, Eli <efriedma at codeaurora.org> wrote:
> On 5/17/2018 12:22 PM, Kenneth Adam Miller wrote:
>
>
> On Thu, May 17, 2018 at 3:09 PM, Friedman, Eli <efriedma at codeaurora.org>
> wrote:
>
>> On 5/17/2018 10:10 AM, Kenneth Adam Miller via llvm-dev wrote:
>>
>>> Hello,
>>>
>>>
>>>