Introduce new BinaryObject (blob) class, ELF Writer modified to use it. BinaryObject...
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sun, 14 Jun 2009 07:53:21 +0000 (07:53 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Sun, 14 Jun 2009 07:53:21 +0000 (07:53 +0000)
commitae9163f0e24d032f99b978d31ea810a1d441f7e2
tree8ad5f1970cb6ca5f1b431b4a03bba33b06cb471e
parent956244b3373766b31ff1ac7e5c95d9182d0683d0
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. BinaryObject.h by Aaron Gray

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73333 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/BinaryObject.h [new file with mode: 0644]
include/llvm/Target/TargetELFWriterInfo.h
lib/CodeGen/ELF.h
lib/CodeGen/ELFCodeEmitter.cpp
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/ELFWriter.h
lib/Target/TargetELFWriterInfo.cpp