llvm-6502/tools/llvm-objdump
Benjamin Kramer afbaf48fc4 llvm-objdump: Detach symbol listing from section enumeration for mach-o.
This reduces memory usage as we don't add the same symbol multiple times anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140278 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-21 22:16:43 +00:00
..
CMakeLists.txt llvm-objdump: Output line info next to the disassembly if available. 2011-09-21 01:13:19 +00:00
llvm-objdump.cpp Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00
llvm-objdump.h Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. 2011-09-19 17:56:04 +00:00
MachODump.cpp llvm-objdump: Detach symbol listing from section enumeration for mach-o. 2011-09-21 22:16:43 +00:00
Makefile llvm-objdump: Output line info next to the disassembly if available. 2011-09-21 01:13:19 +00:00
MCFunction.cpp llvm-objdump: factor code better, add comments. 2011-09-20 17:53:01 +00:00
MCFunction.h llvm-objdump: factor code better, add comments. 2011-09-20 17:53:01 +00:00