search for: innit42

Displaying 3 results from an estimated 3 matches for "innit42".

Did you mean: inits2
2010 Aug 24
0
[LLVMdev] help converting llvm metadata into dwarf tags
Hi Roger, On Mon, Aug 23, 2010 at 4:01 PM, Roger Wang <innit42 at gmail.com> wrote: > Dear all, > > I'd like to find the memory location of certain instructions in a > compiled/linked binary. During the IR phase, I tag instructions I'm > interested in with LLVM'-2.7's new metadata (MDNodes with an identifiable > ID). I'...
2010 Aug 23
2
[LLVMdev] help converting llvm metadata into dwarf tags
Dear all, I'd like to find the memory location of certain instructions in a compiled/linked binary. During the IR phase, I tag instructions I'm interested in with LLVM'-2.7's new metadata (MDNodes with an identifiable ID). I'd now like to propagate that data to the assembly via a custom DWARF tag I attach to each X86 instruction created from a tagged IR instruction. This will
2010 Sep 07
1
[LLVMdev] help converting llvm metadata into dwarf tags
...mitted, the debug_info section contains my new dwarf DIE which I've managed to retrieve from the binary with a dwarf consumer. cheers, rw. On 24 August 2010 02:46, Devang Patel <devang.patel at gmail.com> wrote: > Hi Roger, > > On Mon, Aug 23, 2010 at 4:01 PM, Roger Wang <innit42 at gmail.com> wrote: > >> Dear all, >> >> I'd like to find the memory location of certain instructions in a >> compiled/linked binary. During the IR phase, I tag instructions I'm >> interested in with LLVM'-2.7's new metadata (MDNodes with an iden...