summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/MachODump.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* llvm-objdump: factor code better, add comments.Benjamin Kramer2011-09-201-137/+165
| | | | llvm-svn: 140153
* Nope, there's another one!Benjamin Kramer2011-09-191-1/+1
| | | | llvm-svn: 140045
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-191-1/+1
| | | | llvm-svn: 140044
* Try to make MSVC 2010 happy.Benjamin Kramer2011-09-191-2/+2
| | | | llvm-svn: 140042
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers ↵Benjamin Kramer2011-09-191-0/+489
additional information that are only available on MachO. - It can take FunctionStarts from a binary to find entry points more accurately. - Symbol offsets in executables are correct now. llvm-svn: 140028
OpenPOWER on IntegriCloud