<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:10pt"><div style="RIGHT: auto">Hi All,</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">int global;</div>
<div style="RIGHT: auto">int func( int t)</div>
<div style="RIGHT: auto">{  </div>
<div style="RIGHT: auto">  //scope 1</div>
<div style="RIGHT: auto">  {</div>
<div style="RIGHT: auto">     ....</div>
<div style="RIGHT: auto">  } <-----</div>
<div style="RIGHT: auto">  return x;</div>
<div style="RIGHT: auto">} <VAR id=yui-ie-cursor></VAR></div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">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 ? </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto">Thanks & Regards, </div>
<div style="RIGHT: auto">Pankaj</div></div></body></html>