1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include/llvm/DebugInfo/Symbolize
Peter Collingbourne 25530694a8 llvm-symbolizer: Untag addresses in object files by default.
Any addresses that we pass to llvm-symbolizer are going to be untagged,
while any HWASAN instrumented globals are going to be tagged in the
symbol table. Therefore we need to untag the addresses before using them.

Differential Revision: https://reviews.llvm.org/D65769

llvm-svn: 367926
2019-08-05 20:59:25 +00:00
..
DIPrinter.h llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
SymbolizableModule.h llvm-symbolizer: Add a FRAME command. 2019-06-24 20:03:23 +00:00
Symbolize.h llvm-symbolizer: Untag addresses in object files by default. 2019-08-05 20:59:25 +00:00