llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess
Lang Hames 089acf2522 [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall.
These types performed identical roles. Merging them simplifies interoperability
between JITLink and ORC APIs (allowing us to address a few FIXMEs).
2022-01-08 16:46:15 +11:00
..
CMakeLists.txt [ORC] Introduce EPCGenericDylibManager / SimpleExecutorDylibManager. 2021-09-23 19:59:35 -07:00
JITLoaderGDB.cpp [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. 2022-01-08 16:46:15 +11:00
OrcRTBootstrap.cpp [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. 2022-01-08 16:46:15 +11:00
OrcRTBootstrap.h [NFC] Fix endif comments to match with include guard 2022-01-07 15:52:59 +08:00
RegisterEHFrames.cpp [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. 2022-01-08 16:46:15 +11:00
SimpleExecutorDylibManager.cpp [ORC] Move CWrapperFunctionResult out of the detail:: namespace. 2021-10-30 16:12:45 -07:00
SimpleExecutorMemoryManager.cpp [ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall. 2022-01-08 16:46:15 +11:00
SimpleRemoteEPCServer.cpp [ORC] Move CWrapperFunctionResult out of the detail:: namespace. 2021-10-30 16:12:45 -07:00
TargetExecutionUtils.cpp