Displaying 1 result from an estimated 1 matches for "028f320f".
2011 Oct 04
1
[LLVMdev] collect end line number for scope
Hi,
My problem definition is to collect "end line" for each scope (i.e. start and end line for a scope). I need to dump this information while emitting target code for an architecture. Though I understand that scoping details are not modeled in LLVM. Reference: http://llvm.org/docs/SourceLevelDebugging.html#format_common_lifetime
There are 2 classes I am referring, viz, DIScope and