summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-01-17 22:02:24 +0000
committerRui Ueyama <ruiu@google.com>2014-01-17 22:02:24 +0000
commit9106d365f5577c579c383766405e2aa9b9e9ae38 (patch)
tree262cd23b12c4883719fea496948282d26e20550b /include
parentceaf829339bcd0719a43b3e8c22eaab7a973d37d (diff)
downloadllvm-9106d365f5577c579c383766405e2aa9b9e9ae38.tar.gz
llvm-9106d365f5577c579c383766405e2aa9b9e9ae38.tar.bz2
llvm-9106d365f5577c579c383766405e2aa9b9e9ae38.tar.xz
llvm-objdump/COFF: Print ordinal base number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Object/COFF.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Object/COFF.h b/include/llvm/Object/COFF.h
index b8555370e0..1514f279b4 100644
--- a/include/llvm/Object/COFF.h
+++ b/include/llvm/Object/COFF.h
@@ -408,6 +408,7 @@ public:
error_code getNext(ExportDirectoryEntryRef &Result) const;
error_code getDllName(StringRef &Result) const;
+ error_code getOrdinalBase(uint32_t &Result) const;
error_code getOrdinal(uint32_t &Result) const;
error_code getExportRVA(uint32_t &Result) const;
error_code getSymbolName(StringRef &Result) const;