[llvm-commits] [PATCH] [Review request] Adding getLineInforForAddressRange() to DIContext

Kaylor, Andrew andrew.kaylor at intel.com
Mon Jan 21 15:37:21 PST 2013


This patch adds a new method, getLineInfoForAddressRange, to the DIContext interface class and provides an implementation for that method in the DebugInfo code.

This is a subset of a patch I submitted last week (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130114/162210.html).  There is nothing new in this patch, I have simply isolated the DebugInfo-specific changes to make review easier.

The new method will be used by the IntelJITEventListener to provide line information for profiling code generated by MCJIT, but these changes are not dependent on the JIT event listener changes.  I'll resubmit the JIT event listener changes momentarily for context.

-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/d5324c2e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: get-lineinfo-range.patch
Type: application/octet-stream
Size: 8686 bytes
Desc: get-lineinfo-range.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/d5324c2e/attachment.obj>


More information about the llvm-commits mailing list