1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/dsymutil
Jonas Devlieghere 6225068807 [dsymutil] Better support for symbol aliases
This patch adds logic to follow a symbol's aliases when the symbol name
cannot be found in the current object file. It checks the main binary
for the symbol's address and queries the current object for its aliases
(symbols with the same address) before printing out a warning.

Differential revision: https://reviews.llvm.org/D38230

llvm-svn: 314198
2017-09-26 08:17:28 +00:00
..
BinaryHolder.cpp Make the Error class constructor protected 2016-11-11 04:28:40 +00:00
BinaryHolder.h
CMakeLists.txt [CMake] llvm-dsymutil depends on intrinsics_gen 2016-11-19 02:02:46 +00:00
DebugMap.cpp
DebugMap.h
dsymutil.cpp Don't call exit from cl::PrintHelpMessage. 2017-09-07 23:30:48 +00:00
dsymutil.h
DwarfLinker.cpp [dsymutil] Don't resolve DIE reference to NULL DIE. 2017-09-21 10:28:33 +00:00
LLVMBuild.txt
MachODebugMapParser.cpp [dsymutil] Better support for symbol aliases 2017-09-26 08:17:28 +00:00
MachOUtils.cpp Convenience/safety fix for llvm::sys::Execute(And|No)Wait 2017-09-13 17:03:37 +00:00
MachOUtils.h
NonRelocatableStringpool.h