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
Scott Linder d737a4d695 [Symbolize] Teach symbolizer to work directly on object file.
This patch intended to provide additional interface to LLVMsymbolizer
such that they work directly on object files. There is an existing
method - symbolizecode which takes an object file, this patch provides
similar overloads for symbolizeInlinedCode, symbolizeData,
symbolizeFrame. This can be useful for clients who already have a
in-memory object files to symbolize for.

Patch By: pvellien (praveen velliengiri)

Reviewed By: scott.linder

Differential Revision: https://reviews.llvm.org/D95232
2021-02-12 18:26:24 +00:00
..
CodeView [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00
DWARF [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00
GSYM [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00
MSF MappedBlockStream.h - remove unnecessary MSFLayout forward declaration. NFCI. 2020-07-22 14:19:40 +01:00
PDB [llvm] Fix header guards (NFC) 2021-02-05 21:02:06 -08:00
Symbolize [Symbolize] Teach symbolizer to work directly on object file. 2021-02-12 18:26:24 +00:00
DIContext.h llvm-symbolizer: Add optional "start file" to match "start line" 2020-09-08 15:40:58 -07:00