llvm-6502/include/llvm/Object
Alexey Samsonov 8ecf661ef1 Object, ELF: Use error code instead of calling report_fatal_error()
Make createELFObjectFile() return object_error::parse_failed on
encountering invalid ELF file, instead of crashing the program.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238481 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-28 20:25:42 +00:00
..
Archive.h Object: Add Archive::getNumberOfSymbols(). 2015-05-26 16:20:40 +00:00
Binary.h
COFF.h Object/COFF: Add accessors for import header bitfields. 2015-05-27 02:55:04 +00:00
COFFYAML.h
ELF.h Object, ELF: Use error code instead of calling report_fatal_error() 2015-05-28 20:25:42 +00:00
ELFObjectFile.h Make it easier to use DwarfContext with MCJIT 2015-05-21 21:24:32 +00:00
ELFTypes.h [mips] Move some structures represent MIPS specific ELF sections from LLD to LLVM 2015-05-26 08:48:14 +00:00
ELFYAML.h [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support 2015-05-07 15:40:48 +00:00
Error.h
IRObjectFile.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
MachO.h Make it easier to use DwarfContext with MCJIT 2015-05-21 21:24:32 +00:00
MachOUniversal.h [llvm-readobj] add support for macho universal binary. 2015-03-24 20:26:55 +00:00
ObjectFile.h Make it easier to use DwarfContext with MCJIT 2015-05-21 21:24:32 +00:00
RelocVisitor.h
SymbolicFile.h [Object] Teach Object and llvm-objdump about ".hidden" 2015-04-30 23:08:53 +00:00