llvm-6502/tools/llvm-symbolizer
Rafael Espindola 821b06f3a8 Change how symbol sizes are handled in lib/Object.
COFF and MachO only define symbol sizes for common symbols. Reflect that
in the class hierarchy by having a method for common symbols only in the base
and a general one in ELF.

This avoids the need of using a magic value for the size, which had a few
problems
* Most callers didn't check for it.
* The ones that did could not tell the magic value from a file actually having
  that value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240529 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-24 10:20:30 +00:00
..
CMakeLists.txt Make llvm-symbolizer work on Windows. 2015-04-27 17:19:51 +00:00
llvm-symbolizer.cpp A few fixes for llvm-symbolizer on Windows. 2015-05-06 22:26:30 +00:00
LLVMSymbolize.cpp Change how symbol sizes are handled in lib/Object. 2015-06-24 10:20:30 +00:00
LLVMSymbolize.h A few fixes for llvm-symbolizer on Windows. 2015-05-06 22:26:30 +00:00
Makefile [llvm-symbolizer] Link DebugInfoPDB for the autoconf build 2015-04-27 19:41:40 +00:00