llvm-6502/include/llvm/Object
Rafael Espindola 07dc57c38a Make createObjectFile's signature a bit less error prone.
This will be better with c++11, but right now file_magic converts to bool,
which makes the api really easy to misuse.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200357 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-29 00:02:26 +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 Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +00:00
COFF.h llvm-readobj: add support for PE32+ (Windows 64 bit executable). 2014-01-26 04:15:52 +00:00
COFFYAML.h
ELF.h Try to unbreak Windows build after r188022 2013-08-09 07:34:06 +00:00
ELFObjectFile.h [Sparc] Add support for sparc relocation types in ELF object file. 2014-01-26 03:21:28 +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 Make ObjectFile ownership of the MemoryBuffer optional. 2014-01-24 21:32:21 +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 Make createObjectFile's signature a bit less error prone. 2014-01-29 00:02:26 +00:00
RelocVisitor.h [Sparc] Add support for parsing DW_CFA_GNU_window_save. 2014-01-26 05:13:44 +00:00
YAML.h