llvm-6502/tools/llvm-readobj
Rafael Espindola 1fca78a9b1 Return an ErrorOr<Binary *> from createBinary.
I did write a version returning ErrorOr<OwningPtr<Binary> >, but it is too
cumbersome to use without std::move. I will keep the patch locally and submit
when we switch to c++11.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199326 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-15 19:37:43 +00:00
..
ARMEHABIPrinter.h [cleanup] Add a missing include exposed by resorting other includes. 2014-01-13 08:09:47 +00:00
CMakeLists.txt
COFFDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
ELFDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
Error.cpp
Error.h
llvm-readobj.cpp Return an ErrorOr<Binary *> from createBinary. 2014-01-15 19:37:43 +00:00
llvm-readobj.h
LLVMBuild.txt
MachODumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
Makefile
ObjDumper.cpp Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00
ObjDumper.h
StreamWriter.cpp
StreamWriter.h Re-sort #include lines again, prior to moving headers around. 2014-01-13 08:04:33 +00:00