[LLVMdev] stackmap parser

Philip Reames listmail at philipreames.com
Tue Dec 9 15:20:34 PST 2014


On 11/25/2014 04:06 AM, marwayusuf at feng.bu.edu.eg wrote:
>
> Dear All
>
> I need to parse data in stackmap section. I knew that currently there 
> is no such parser. So I'm gonna make it. But I need to know how I can 
> parse any section at all. Is there any parser to other sections in 
> object file?
>

Take a look at ObjectFile.

If you use the MCJIT interfaces, you generally don't need to parse the 
in memory object file by hand.  Did you have a particular use case in mind?
>
>
> Regards,
> Marwa Yusuf
> Teaching Assistant - Computer Engineering Department
> Faculty of Engineering - Benha University
> E-JUST MSc Student
> Computer Science & Engineering Dept.
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141209/80c5f2b6/attachment.html>


More information about the llvm-dev mailing list