1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include/llvm/Object
Kevin Enderby 83d2e01ea8 Clean up of libObject/Archive interfaces and change the last three uses of ErrorOr<>
changing them to Expected<> to allow them to pass through llvm Errors.
No functional change.

This commit by itself will break the next lld builds.  I’ll be committing the
matching change for lld immediately next.

llvm-svn: 277656
2016-08-03 21:57:47 +00:00
..
Archive.h Clean up of libObject/Archive interfaces and change the last three uses of ErrorOr<> 2016-08-03 21:57:47 +00:00
ArchiveWriter.h Add move constructor and move assignment to fix MSVC build. 2016-06-29 23:54:10 +00:00
Binary.h
COFF.h [COFF] Expose iterators for ImportAddressTableRVA 2016-07-31 19:40:02 +00:00
COFFImportFile.h
ELF.h
ELFObjectFile.h BPF: Use official ELF e_machine value 2016-07-15 22:27:55 +00:00
ELFTypes.h Add a reference for Elf_Chdr type. 2016-07-07 20:19:19 +00:00
Error.h [Object] Move isNotObjectErrorInvalidFileType out of header. 2016-05-17 21:38:53 +00:00
IRObjectFile.h function_refify. NFC. 2016-07-01 11:05:15 +00:00
MachO.h Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow 2016-06-24 18:24:42 +00:00
MachOUniversal.h Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary 2016-06-28 23:16:13 +00:00
ModuleSummaryIndexObjectFile.h Apply another batch of fixes from clang-tidy's performance-unnecessary-value-param. 2016-06-17 20:41:14 +00:00
ObjectFile.h Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow 2016-06-24 18:24:42 +00:00
RelocVisitor.h AMDGPU/SI: Add support for R_AMDGPU_ABS32 2016-07-21 15:29:19 +00:00
StackMapParser.h
SymbolicFile.h Apply clang-tidy's misc-move-constructor-init throughout LLVM. 2016-05-27 14:27:24 +00:00
SymbolSize.h