Make Binary the parent of ObjectFile and update children to new interface.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 13 Jun 2011 11:12:33 +0000 (11:12 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 13 Jun 2011 11:12:33 +0000 (11:12 +0000)
commit69aec36f9b3129ba6eb83d64cde31c3d86d6d39a
treea468d532d46c8162fc06923870f52084012085ee
parentfc9ec691da995e7894490a80f5b6b65daf5e34d3
Make Binary the parent of ObjectFile and update children to new interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132911 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