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 910ec52f4e Convert the Archive API to use ErrorOr.
Now that we have c++11, even things like ErrorOr<std::unique_ptr<...>> are
easy to use.

No intended functionality change.

llvm-svn: 211033
2014-06-16 16:08:36 +00:00
..
Archive.h Convert the Archive API to use ErrorOr. 2014-06-16 16:08:36 +00:00
Binary.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
COFF.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
COFFYAML.h obj2yaml: Use the correct relocation type for different machine types 2014-04-07 23:12:20 +00:00
ELF.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
ELFObjectFile.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
ELFTypes.h
ELFYAML.h [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/protected). 2014-06-06 07:41:57 +00:00
Error.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
IRObjectFile.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
MachO.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
MachOUniversal.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
ObjectFile.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
RelocVisitor.h Add support for the R_ARM_ABS32 relocation. 2014-04-03 02:27:00 +00:00
StringTableBuilder.h ELFObjectWriter: deduplicate suffices in strtab 2014-04-30 16:25:02 +00:00
SymbolicFile.h Don't use 'using std::error_code' in include/llvm. 2014-06-12 21:46:39 +00:00
YAML.h YAMLIO: Allow scalars to dictate quotation rules 2014-04-10 07:37:33 +00:00