1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/examples/OrcV2Examples
Lang Hames d08c2fabb8 [ORC] Require ExecutorProcessControl when constructing an ExecutionSession.
Wrapper function call and dispatch handler helpers are moved to
ExecutionSession, and existing EPC-based tools are re-written to take an
ExecutionSession argument instead.

Requiring an ExecutorProcessControl instance simplifies existing EPC based
utilities (which only need to take an ES now), and should encourage more
utilities to use the EPC interface. It also simplifies process termination,
since the session can automatically call ExecutorProcessControl::disconnect
(previously this had to be done manually, and carefully ordered with the
rest of JIT tear-down to work correctly).
2021-07-27 16:53:49 +10:00
..
LLJITDumpObjects
LLJITWithCustomObjectLinkingLayer
LLJITWithGDBRegistrationListener
LLJITWithInitializers
LLJITWithLazyReexports
LLJITWithObjectCache
LLJITWithObjectLinkingLayerPlugin
LLJITWithOptimizingIRTransform
LLJITWithRemoteDebugging [ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC. 2021-07-01 13:31:12 +10:00
LLJITWithTargetProcessControl [ORC] Require ExecutorProcessControl when constructing an ExecutionSession. 2021-07-27 16:53:49 +10:00
LLJITWithThinLTOSummaries
OrcV2CBindingsAddObjectFile
OrcV2CBindingsBasicUsage [ORC][examples] Fix file name in comment. 2021-06-19 11:50:26 +10:00
OrcV2CBindingsDumpObjects
OrcV2CBindingsIRTransforms [Orc] Fix name of LLVMOrcIRTransformLayerSetTransform 2021-06-30 21:43:34 +02:00
OrcV2CBindingsLazy [Orc] At CBindings for LazyRexports 2021-07-01 21:52:05 +02:00
OrcV2CBindingsReflectProcessSymbols
OrcV2CBindingsRemovableCode
OrcV2CBindingsVeryLazy Reland [Orc] Add verylazy example for C-bindings 2021-07-18 21:17:49 +02:00
CMakeLists.txt Reland [Orc] Add verylazy example for C-bindings 2021-07-18 21:17:49 +02:00
ExampleModules.h