[LLVMdev] Re: How could I get memory address for each assemble code?
Zhang Qiuyu
qiuyu at ucla.edu
Mon Sep 20 15:02:52 PDT 2004
Thanks John and Chris.
I could get the address information by the way you guys mentioned. But it is not what I want, because it will lose information about the entry of basic block. Actually what I want to get is the address of each entry of basic block. Now I am trying to declare the label of basic block as global type, hopefully I can get it from symbol table. Can I get it by this way?
Thanks
>For example,
>llc -o file.s file.bc
>gcc -o file.o file.s
>objdump -d file.o
>This would produce the list of native code instructions generated by
>llc, including the addresses of the native code instructions.
>Is this the sort of answer you're looking for?
>Hi all,
>I am trying to disassemble *.bc to assemble code by using llvm-dis command, but what I got is like the following. So how >could I get the assemble code like objdump? I mean the memory address for each instruction.
>Thanks
>Qiuyu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040920/83de85e4/attachment.html>
More information about the llvm-dev
mailing list