llvm-project/llvm/tools/llvm-objdump
Saleem Abdulrasool c6bf547564 llvm-objdump: add coff import library symbol listing support
This adds behaviour similar to binutils' objdump which can show symbols in an
import library.  Differences from that stem around the fact that we do not
create section symbols nor the all import import descriptor symbol reference.
However, this does mean that the tool can serve as a possible replacement for
the existing tool.

llvm-svn: 279088
2016-08-18 16:39:19 +00:00
..
CMakeLists.txt llvm-objdump: Implement source[line numbers] interleaving 2016-08-15 19:49:24 +00:00
COFFDump.cpp llvm-objdump: add coff import library symbol listing support 2016-08-18 16:39:19 +00:00
ELFDump.cpp Simplify iterating over program headers and detect corrupt ones. 2015-07-20 13:35:33 +00:00
LLVMBuild.txt Move DebugInfo to DebugInfo/DWARF. 2015-01-30 18:07:45 +00:00
MachODump.cpp Use the range variant of find/find_if instead of unpacking begin/end 2016-08-12 03:55:06 +00:00
llvm-objdump.cpp llvm-objdump: add coff import library symbol listing support 2016-08-18 16:39:19 +00:00
llvm-objdump.h llvm-objdump: add coff import library symbol listing support 2016-08-18 16:39:19 +00:00