search for: constructscopedi

Displaying 1 result from an estimated 1 matches for "constructscopedi".

Did you mean: constructscopedie
2011 Jul 27
1
[LLVMdev] LexicalScope Debug Info - Line Number
...ext descriptor i32, ;; Line number i32 ;; Column number } So the line no. info is present as its 3rd member. I am trying to extract this line number either directly from the corresponding DbgScope variable passed as argument to constructScopeDIE function. OR from the ScopeDIE variable (DIE* type) after it is populated with the debug info in DIE format. Please help me with the functions which I can use to extract this information. Thanks and Regards, Ankur