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
Rafael Espindola f4157b844b Implement get getSymbolFileOffset with getSymbolAddress.
This has the following advantages:
* Less code.
* The old ELF implementation was wrong for non-relocatable objects.
* The old ELF implementation (and I think MachO) was wrong for thumb.

No current testcase since this is only used from MCJIT and it only uses
relocatable objects and I don't think it supports thumb yet.

llvm-svn: 205508
2014-04-03 03:13:33 +00:00
..
Archive.h [C++11] Add overloads for externally used OwningPtr functions. 2014-03-05 10:27:34 +00:00
Binary.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
COFF.h Implement get getSymbolFileOffset with getSymbolAddress. 2014-04-03 03:13:33 +00:00
COFFYAML.h Object: Provide a richer means of describing auxiliary symbols 2014-03-19 04:47:47 +00:00
ELF.h [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:42:25 +00:00
ELFObjectFile.h Implement get getSymbolFileOffset with getSymbolAddress. 2014-04-03 03:13:33 +00:00
ELFTypes.h
ELFYAML.h [yaml2obj] Add support for ELF e_flags. 2014-03-31 09:44:05 +00:00
Error.h [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:42:25 +00:00
IRObjectFile.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
MachO.h Implement get getSymbolFileOffset with getSymbolAddress. 2014-04-03 03:13:33 +00:00
MachOUniversal.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
ObjectFile.h Implement get getSymbolFileOffset with getSymbolAddress. 2014-04-03 03:13:33 +00:00
RelocVisitor.h Add support for the R_ARM_ABS32 relocation. 2014-04-03 02:27:00 +00:00
SymbolicFile.h [RuntimeDyld] Allow processRelocationRef to process more than one relocation entry at a time. 2014-03-21 07:26:41 +00:00
YAML.h