llvm-6502/lib/Object
Rafael Espindola 2edc3a6b8d Pass the computed magic to createBinary and createObjectFile if available.
identify_magic is not free, so we should avoid calling it twice. The argument
also makes it cheap for createBinary to just forward to createObjectFile.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199813 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-22 16:04:52 +00:00
..
Archive.cpp Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
Binary.cpp Pass the computed magic to createBinary and createObjectFile if available. 2014-01-22 16:04:52 +00:00
CMakeLists.txt
COFFObjectFile.cpp Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
COFFYAML.cpp
ELF.cpp
ELFObjectFile.cpp Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
ELFYAML.cpp
Error.cpp
LLVMBuild.txt
MachOObjectFile.cpp Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
MachOUniversal.cpp Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
Makefile
Object.cpp Change createObjectFile to return an ErrorOr. 2014-01-22 00:14:49 +00:00
ObjectFile.cpp Pass the computed magic to createBinary and createObjectFile if available. 2014-01-22 16:04:52 +00:00
YAML.cpp