llvm-6502/tools/llvm-objdump
Kevin Enderby 54154f3bf1 Teach llvm-objdump with the -macho parser how to use the data in code table
from the LC_DATA_IN_CODE load command.  And when disassembling print
the data in code formatted for the kind of data it and not disassemble those
bytes.

I added the format specific functionality to the derived class MachOObjectFile
since these tables only appears in Mach-O object files. This is my first
attempt to modify the libObject stuff so if folks have better suggestions
how to fit this in or suggestions on the implementation please let me know.

rdar://11791371


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183424 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-06 17:20:50 +00:00
..
CMakeLists.txt MC: Disassembled CFG reconstruction. 2013-05-24 01:07:04 +00:00
COFFDump.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
ELFDump.cpp Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. 2013-05-24 22:23:49 +00:00
llvm-objdump.cpp llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error. 2013-05-27 00:02:48 +00:00
llvm-objdump.h MC: Disassembled CFG reconstruction. 2013-05-24 01:07:04 +00:00
LLVMBuild.txt
MachODump.cpp Teach llvm-objdump with the -macho parser how to use the data in code table 2013-06-06 17:20:50 +00:00
Makefile