1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/tools/llvm-cxxdump
Rafael Espindola 17b1c795d6 Make computeSymbolSizes never fail.
On ELF that was already the case since getting the size of a symbol
never fails.

On MachO and COFF we could fail trying to get the section of a symbol. But
we don't really need the section, just the section number to know if two
symbols are in the same section or not.

llvm-svn: 240580
2015-06-24 19:57:32 +00:00
..
CMakeLists.txt
Error.cpp
Error.h
llvm-cxxdump.cpp Make computeSymbolSizes never fail. 2015-06-24 19:57:32 +00:00
llvm-cxxdump.h
LLVMBuild.txt
Makefile