summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.h
Commit message (Collapse)AuthorAgeFilesLines
...
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-061-0/+2
| | | | | | This currently prints the ELF program headers. llvm-svn: 171649
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-0/+9
| | | | | | | | | | The new command line option -unwind-info dumps the Win64 EH unwind data to the console. This is a nice feature if you need to debug generated EH data (e.g. from LLVM). Includes a test case. Initial patch by João Matos, extensions and rework by Kai Nacke. llvm-svn: 169415
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-2/+2
| | | | llvm-svn: 151687
* Enable streaming of bitcodeDerek Schuff2012-02-061-2/+2
| | | | | | | This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. llvm-svn: 149918
* Unweaken vtables as per ↵David Blaikie2011-12-201-1/+1
| | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-081-1/+0
| | | | llvm-svn: 141451
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers ↵Benjamin Kramer2011-09-191-0/+47
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