Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DIContext::getLineInfoForAddressRange() function and test. This ↵ | Andrew Kaylor | 2013-01-26 | 1 | -6/+40 |
| | | | | | | function allows a caller to obtain a table of line information for a function using the function's address and size. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173537 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Add support for applying in-memory relocations to the .debug_line section ↵ | Andrew Kaylor | 2013-01-25 | 1 | -0/+15 |
and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173517 91177308-0d34-0410-b5e6-96231b3b80d8 |