Displaying 3 results from an estimated 3 matches for "89128eb2".
2011 Oct 03
0
[LLVMdev] collect end line number for scope
On Oct 3, 2011, at 4:36 AM, Pankaj Gode wrote:
> For the above code, i want to collect endline (indicated by <---) for the scope. Can we get this information from the Dwarf Information in llvm 2.9 ?
>
I don't know about 2.9 in specific, but current top of tree will get you that information.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Oct 04
2
[LLVMdev] collect end line number for scope
...tion from the Dwarf Information in llvm 2.9 ?
>
I don't know about 2.9 in specific, but current top of tree will get you that information.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111004/89128eb2/attachment.html>
2011 Oct 03
4
[LLVMdev] collect end line number for scope
Hi All,
int global;
int func( int t)
{
//scope 1
{
....
} <-----
return x;
}
For the above code, i want to collect endline (indicated by <---) for the scope. Can we get this information from the Dwarf Information in llvm 2.9 ?
Thanks & Regards,
Pankaj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: