llvm-6502/lib/ExecutionEngine
Rafael Espindola 825fc31bd3 Change createObjectFile to return an ErrorOr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199776 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-22 00:14:49 +00:00
..
IntelJITEvents Correct spelling. 2013-11-15 11:42:49 +00:00
Interpreter Return an error_code from materializeAllPermanently. 2014-01-14 23:51:27 +00:00
JIT Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
MCJIT Rename these methods to match the style guide. 2014-01-21 16:09:45 +00:00
OProfileJIT Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
RuntimeDyld Change createObjectFile to return an ErrorOr. 2014-01-22 00:14:49 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp Decouple dllexport/dllimport from linkage 2014-01-14 15:22:47 +00:00
ExecutionEngineBindings.cpp This threads SectionName through the allocateCodeSection/allocateDataSection APIs, both in C++ and C land. 2013-10-02 00:59:25 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile
RTDyldMemoryManager.cpp Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
TargetSelect.cpp