1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/Object
Rafael Espindola 75e27b270d Cleanup getRelocationAddend.
Realistically, this will be returning ErrorOr for some time as refactoring the
user code to check once per section will take some time.

Given that, use it for checking if a relocation has addend or not.

While at it, add ELFRelocationRef to simplify the users.

llvm-svn: 241028
2015-06-30 00:33:59 +00:00
..
Archive.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ArchiveWriter.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Binary.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
COFF.h Object/COFF: Define coff_symbol_generic. 2015-06-30 00:03:56 +00:00
COFFYAML.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ELF.h Convert obj->getSymbolName to sym->getName. 2015-06-29 21:24:55 +00:00
ELFObjectFile.h Cleanup getRelocationAddend. 2015-06-30 00:33:59 +00:00
ELFTypes.h Convert obj->getSymbolName to sym->getName. 2015-06-29 21:24:55 +00:00
ELFYAML.h [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support 2015-05-07 15:40:48 +00:00
Error.h Factor out the checking of string tables. 2015-06-29 14:39:25 +00:00
IRObjectFile.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
MachO.h Don't return error_code from function that never fails. 2015-06-29 23:29:12 +00:00
MachOUniversal.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ObjectFile.h Don't return error_code from function that never fails. 2015-06-29 23:29:12 +00:00
RelocVisitor.h Cleanup getRelocationAddend. 2015-06-30 00:33:59 +00:00
StackMapParser.h [StackMaps] Add a lightweight parser for stackmap version 1 sections. 2015-06-26 23:56:53 +00:00
SymbolicFile.h Change how symbol sizes are handled in lib/Object. 2015-06-24 10:20:30 +00:00
SymbolSize.h Make computeSymbolSizes never fail. 2015-06-24 19:57:32 +00:00