llvm-readobj: print COFF imported symbols
This patch defines a new iterator for the imported symbols.
Make a change to COFFDumper to use that iterator to print
out imported symbols and its ordinals.
Paths
| Differential D5586
llvm-readobj: print COFF imported symbols ClosedPublic Authored by ruiu on Oct 2 2014, 12:44 PM.
Details
Summary llvm-readobj: print COFF imported symbols This patch defines a new iterator for the imported symbols.
Diff Detail Event Timelineruiu updated this object.
ruiu added inline comments. majnemer edited edge metadata. Comment ActionsLGTM with changes applied.
This revision is now accepted and ready to land.Oct 2 2014, 3:10 PM
Revision Contents
Diff 14342 include/llvm/Object/COFF.h
lib/Object/COFFObjectFile.cpp
test/tools/llvm-readobj/imports.test
tools/llvm-readobj/COFFDumper.cpp
|
Please capitalize this.