summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/imports.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj][test] - Move platform specific test cases and their inputs to ↵Georgii Rymar2019-12-101-88/+0
| | | | | | | | | | | | separate folders. This creates the next subfolders in the test directory: "COFF", "ELF", "MachO", "wasm". I've also removed platform specific prefixes, like "coff-*". One unused binary was removed as well: `Inputs/relocs.obj.elf-mips` Differential revision: https://reviews.llvm.org/D71203
* llvm-readobj: Print out address table when dumping COFF delay-import tableRui Ueyama2014-11-131-4/+16
| | | | llvm-svn: 221855
* llvm-readobj: print out the fields of the COFF delay-import tableRui Ueyama2014-10-031-0/+12
| | | | llvm-svn: 218996
* llvm-readobj: print COFF delay-load import tableRui Ueyama2014-10-031-12/+32
| | | | | | | | | This patch adds another iterator to access the delay-load import table and use it from llvm-readobj. http://reviews.llvm.org/D5594 llvm-svn: 218933
* llvm-readobj: add a test for COFF import-by-ordinal symbolsRui Ueyama2014-10-021-4/+20
| | | | llvm-svn: 218924
* llvm-readobj: print COFF imported symbolsRui Ueyama2014-10-021-0/+4
| | | | | | | | 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. llvm-svn: 218915
* This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama2014-10-021-0/+24
When the flag is given, the command prints out the COFF import table. Currently only the import table directory will be printed. I'm going to make another patch to print out the imported symbols. The implementation of import directory entry iterator in COFFObjectFile.cpp was buggy. This patch fixes that too. http://reviews.llvm.org/D5569 llvm-svn: 218891
OpenPOWER on IntegriCloud