Make Binary the parent of ObjectFile and update children to new interface.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 25 Jun 2011 17:54:50 +0000 (17:54 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 25 Jun 2011 17:54:50 +0000 (17:54 +0000)
commit001c9205fca2220480589ec355cb6ec701a37e08
tree19335fda23511b41e5ee89fc22367fb418093f33
parentc44c915372ee453bd63a8b6b3eca586ab6f18545
Make Binary the parent of ObjectFile and update children to new interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133870 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h [new file with mode: 0644]
include/llvm/Object/ObjectFile.h
lib/Object/Binary.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/ObjectFile.cpp
tools/llvm-nm/llvm-nm.cpp