llvm-6502/lib/ExecutionEngine/RuntimeDyld
Rafael Espindola 28a83187a2 Use ErrorOr in getRelocationAdress.
We can probably do better in this method, but this is an improvement and
enables further ErrorOr cleanups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241114 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-30 20:32:26 +00:00
..
Targets Don't return error_code from a function that doesn't fail. 2015-06-30 01:53:01 +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 Expose getFlags via ELFSectionRef. 2015-06-26 12:44:10 +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 Don't return error_code from a function that doesn't fail. 2015-06-30 01:53:01 +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 Use ErrorOr in getRelocationAdress. 2015-06-30 20:32:26 +00:00
RuntimeDyldMachO.h Don't return error_code from function that never fails. 2015-06-29 23:29:12 +00:00