llvm-6502/include/llvm/Object
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
..
Archive.h Add support for the 's' operation to llvm-ar. 2013-07-29 12:40:31 +00:00
Binary.h Return an ErrorOr<Binary *> from createBinary. 2014-01-15 19:37:43 +00:00
COFF.h Object/COFF: ExportAddressTableEntry is a union of two RVAs. 2013-12-13 05:19:17 +00:00
COFFYAML.h
ELF.h Try to unbreak Windows build after r188022 2013-08-09 07:34:06 +00:00
ELFObjectFile.h Use getError and remove the error_code operator. 2014-01-08 22:03:39 +00:00
ELFTypes.h [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
ELFYAML.h
Error.h
MachO.h move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
MachOUniversal.h Move everything depending on Object/MachOFormat.h over to Support/MachO.h. 2013-09-01 04:28:48 +00:00
ObjectFile.h move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
RelocVisitor.h Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
YAML.h