1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-objdump
Rafael Auler 4c9b85b364 [llvm-objdump] Support disassembling by symbol name
Summary:
Add a new option -df to llvm-objdump that takes function names
as arguments and instructs the disassembler to only dump those function
contents. Based on code originally written by Bill Nell.

Reviewers: espindola, JDevlieghere

Differential Revision: https://reviews.llvm.org/D44224

llvm-svn: 327164
2018-03-09 19:13:44 +00:00
..
CMakeLists.txt [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
COFFDump.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
ELFDump.cpp
llvm-objdump.cpp [llvm-objdump] Support disassembling by symbol name 2018-03-09 19:13:44 +00:00
llvm-objdump.h
LLVMBuild.txt
MachODump.cpp For llvm-objdump and Mach-O files, update the printing of some thread states 2018-03-08 23:10:38 +00:00
WasmDump.cpp