1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames 32a06c15d8 [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings.
This can be used to add a relocatable object to the JIT session.

llvm-svn: 313474
2017-09-17 03:25:03 +00:00
..
CMakeLists.txt
ExecutionUtils.cpp
IndirectionUtils.cpp [ORC] Add case statements for AArch64 to the local stub and callback manager 2017-08-15 18:10:19 +00:00
LLVMBuild.txt
NullResolver.cpp
OrcABISupport.cpp [ORC] Fix a typo. 2017-09-15 06:50:19 +00:00
OrcCBindings.cpp [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings. 2017-09-17 03:25:03 +00:00
OrcCBindingsStack.h [ORC] Hook up the LLVMOrcAddObjectFile function in the Orc C Bindings. 2017-09-17 03:25:03 +00:00
OrcError.cpp [ORC] Add a pair of ORC layers that forward object-layer operations via RPC. 2017-09-05 03:34:09 +00:00
OrcMCJITReplacement.cpp
OrcMCJITReplacement.h [Orc] Add a comment about member variable dependencies to OrcMCJITReplacement. 2017-08-31 01:09:56 +00:00
RPCUtils.cpp