Implement containsSymbol with other lower level methods.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 30 Jun 2015 20:18:49 +0000 (20:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 30 Jun 2015 20:18:49 +0000 (20:18 +0000)
commitd231306ba889fde60e9128253404c3d2e06bf4eb
tree1345171fac4971205fe4560be5571d92c43de53a
parentce772898d69c82e634df5c77b4037fbd968049ea
Implement containsSymbol with other lower level methods.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241112 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/ObjectFile.h
lib/Object/COFFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/ObjectFile.cpp