llvm-6502/include/llvm/Object
Rafael Espindola 6c1202c459 Handle relocations that don't point to symbols.
In ELF (as in MachO), not all relocations point to symbols. Represent this
properly by using a symbol_iterator instead of a SymbolRef. Update llvm-readobj
ELF's dumper to handle relocatios without symbols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183284 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-05 01:33:53 +00:00
..
Archive.h
Binary.h At Jim Grosbach's request detemplate Object/MachO.h. 2013-04-18 18:08:55 +00:00
COFF.h Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
COFFYAML.h Use just a ArrayRef<uint8_t> to store both hex string and binary data. 2013-05-31 21:03:51 +00:00
ELF.h Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
Error.h
MachO.h Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
MachOFormat.h
ObjectFile.h Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
RelocVisitor.h Add basic support for ELF32-ppc relocations to llvm-dwarfdump. 2013-05-18 16:00:35 +00:00