1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include/llvm/DebugInfo/Symbolize
Alex Orlov fb84758743 [symbolizer] Added StartAddress for the resolved function.
In many cases it is helpful to know at what address the resolved function starts.
This patch adds a new StartAddress member to the DILineInfo structure.

Reviewed By: jhenderson, dblaikie

Differential Revision: https://reviews.llvm.org/D102316
2021-05-19 02:38:13 +04:00
..
DIPrinter.h [symbolizer] Added StartAddress for the resolved function. 2021-05-19 02:38:13 +04:00
SymbolizableModule.h
Symbolize.h [Symbolize] Teach symbolizer to work directly on object file. 2021-02-12 18:26:24 +00:00