1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include/llvm/Object
Rui Ueyama c9f1e84a78 llvm-objdump/COFF: Print SEH table addresses.
SEH table addresses are VA in COFF file. In this patch we convert VA to RVA
before printing it, because dumpbin prints them as RVAs.

llvm-svn: 201760
2014-02-20 06:51:07 +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-objdump/COFF: Print SEH table addresses. 2014-02-20 06:51:07 +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 [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it. 2014-02-18 15:57:52 +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 Change the begin and end methods in ObjectFile to match the style guide. 2014-02-10 20:24:04 +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 the begin and end methods in ObjectFile to match the style guide. 2014-02-10 20:24:04 +00:00
RelocVisitor.h [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it. 2014-02-18 15:57:52 +00:00
YAML.h Make operator== non-member for greater symmetry. 2013-06-07 18:00:04 +00:00