[LLVMdev] collect end line number for scope

Pankaj Gode godepankaj at yahoo.com
Mon Oct 3 04:36:36 PDT 2011


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: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111003/a1626867/attachment.html>


More information about the llvm-dev mailing list