1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Rafael Espindola 06691d6e5a Return ErrorOr from getSymbolAddress.
It can fail trying to get the section on ELF and COFF. This makes sure the
error is handled.

llvm-svn: 241366
2015-07-03 18:19:00 +00:00
..
Targets Return ErrorOr from SymbolRef::getName. 2015-07-02 20:55:21 +00:00
CMakeLists.txt modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
RTDyldMemoryManager.cpp Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun. 2015-06-19 17:21:02 +00:00
RuntimeDyld.cpp Return ErrorOr from getSymbolAddress. 2015-07-03 18:19:00 +00:00
RuntimeDyldChecker.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
RuntimeDyldCheckerImpl.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
RuntimeDyldCOFF.cpp Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC. 2015-06-24 19:27:53 +00:00
RuntimeDyldCOFF.h [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo through 2015-03-30 03:37:06 +00:00
RuntimeDyldELF.cpp Return ErrorOr from SymbolRef::getName. 2015-07-02 20:55:21 +00:00
RuntimeDyldELF.h Improve error handling of getRelocationAddend. 2015-06-19 20:58:43 +00:00
RuntimeDyldImpl.h [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6 2015-05-28 13:48:41 +00:00
RuntimeDyldMachO.cpp Return ErrorOr from SymbolRef::getName. 2015-07-02 20:55:21 +00:00
RuntimeDyldMachO.h Don't return error_code from function that never fails. 2015-06-29 23:29:12 +00:00