llvm-readobj: print out the fields of the COFF delay-import table

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rui Ueyama
2014-10-03 18:07:18 +00:00
parent 8e2b2ae80e
commit a6abd9e176
4 changed files with 28 additions and 0 deletions

View File

@ -712,6 +712,8 @@ public:
imported_symbol_iterator imported_symbol_end() const;
std::error_code getName(StringRef &Result) const;
std::error_code getDelayImportTable(
const delay_import_directory_table_entry *&Result) const;
private:
const delay_import_directory_table_entry *Table;