1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/tools/llvm-objdump
Benjamin Kramer e106715386 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.

llvm-svn: 140278
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