llvm-6502/include/llvm/Object
Rafael Espindola 825fc31bd3 Change createObjectFile to return an ErrorOr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199776 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-22 00:14:49 +00:00
..
Archive.h Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
Binary.h Return an ErrorOr<Binary *> from createBinary. 2014-01-15 19:37:43 +00:00
COFF.h llvm-objdump/COFF: Print ordinal base number. 2014-01-17 22:02:24 +00:00
COFFYAML.h Print symbol names in relocations when dumping COFF as YAML. 2013-06-06 13:06:17 +00:00
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 [yaml2obj][ELF] Make symbol table top-level key. 2013-06-22 01:38:00 +00:00
Error.h Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
MachO.h move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
MachOUniversal.h Be a bit more consistent about using ErrorOr when constructing Binary objects. 2014-01-21 23:06:54 +00:00
ObjectFile.h Change createObjectFile to return an ErrorOr. 2014-01-22 00:14:49 +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 Make operator== non-member for greater symmetry. 2013-06-07 18:00:04 +00:00