summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2017-05-26 12:53:41 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2017-05-26 12:53:41 +0000
commit7d5f12185a32d4b6cda635fa3e367ebeebed1af0 (patch)
tree4d8caef56417d7317d5f05b82b23ba61ab07582f /llvm/lib/Object/COFFObjectFile.cpp
parent6ff50bf2425b21f9b122d2cc3979bc735b7403da (diff)
downloadbcm5719-llvm-7d5f12185a32d4b6cda635fa3e367ebeebed1af0.tar.gz
bcm5719-llvm-7d5f12185a32d4b6cda635fa3e367ebeebed1af0.zip
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC"
It failed BB. llvm-svn: 303981
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
-rw-r--r--llvm/lib/Object/COFFObjectFile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Object/COFFObjectFile.cpp b/llvm/lib/Object/COFFObjectFile.cpp
index 7372f24cb9a..28531feccfe 100644
--- a/llvm/lib/Object/COFFObjectFile.cpp
+++ b/llvm/lib/Object/COFFObjectFile.cpp
@@ -293,10 +293,6 @@ uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const {
return Result;
}
-uint64_t COFFObjectFile::getSectionIndex(DataRefImpl Sec) const {
- return toSec(Sec) - SectionTable;
-}
-
uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const {
return getSectionSize(toSec(Ref));
}
OpenPOWER on IntegriCloud