LLVM 22.0.0git
OrcRTBridge.cpp
Go to the documentation of this file.
1//===------ OrcRTBridge.cpp - Executor functions for bootstrap -----===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
10
11namespace llvm {
12namespace orc {
13namespace rt {
14
16 "__llvm_orc_SimpleExecutorDylibManager_Instance";
18 "__llvm_orc_SimpleExecutorDylibManager_open_wrapper";
20 "__llvm_orc_SimpleExecutorDylibManager_lookup_wrapper";
21
23 "__llvm_orc_SimpleExecutorMemoryManager_Instance";
25 "__llvm_orc_SimpleExecutorMemoryManager_reserve_wrapper";
27 "__llvm_orc_SimpleExecutorMemoryManager_finalize_wrapper";
29 "__llvm_orc_SimpleExecutorMemoryManager_deallocate_wrapper";
30
32 "__llvm_orc_ExecutorSharedMemoryMapperService_Instance";
34 "__llvm_orc_ExecutorSharedMemoryMapperService_Reserve";
36 "__llvm_orc_ExecutorSharedMemoryMapperService_Initialize";
38 "__llvm_orc_ExecutorSharedMemoryMapperService_Deinitialize";
40 "__llvm_orc_ExecutorSharedMemoryMapperService_Release";
41
43 "__llvm_orc_bootstrap_mem_write_uint8s_wrapper";
45 "__llvm_orc_bootstrap_mem_write_uint16s_wrapper";
47 "__llvm_orc_bootstrap_mem_write_uint32s_wrapper";
49 "__llvm_orc_bootstrap_mem_write_uint64s_wrapper";
51 "__llvm_orc_bootstrap_mem_write_pointers_wrapper";
53 "__llvm_orc_bootstrap_mem_write_buffers_wrapper";
54
56 "__llvm_orc_bootstrap_mem_read_uint8s_wrapper";
58 "__llvm_orc_bootstrap_mem_read_uint16s_wrapper";
60 "__llvm_orc_bootstrap_mem_read_uint32s_wrapper";
62 "__llvm_orc_bootstrap_mem_read_uint64s_wrapper";
64 "__llvm_orc_bootstrap_mem_read_pointers_wrapper";
66 "__llvm_orc_bootstrap_mem_read_buffers_wrapper";
68 "__llvm_orc_bootstrap_mem_read_strings_wrapper";
69
71 "llvm_orc_registerEHFrameAllocAction";
73 "llvm_orc_deregisterEHFrameAllocAction";
74
75const char *RunAsMainWrapperName = "__llvm_orc_bootstrap_run_as_main_wrapper";
77 "__llvm_orc_bootstrap_run_as_void_function_wrapper";
79 "__llvm_orc_bootstrap_run_as_int_function_wrapper";
80
81} // end namespace rt
82namespace rt_alt {
84 "orc_rt_alt_UnwindInfoManager_register";
86 "orc_rt_alt_UnwindInfoManager_deregister";
87} // end namespace rt_alt
88} // end namespace orc
89} // end namespace llvm
LLVM_ABI const char * UnwindInfoManagerDeregisterActionName
Definition: OrcRTBridge.cpp:85
LLVM_ABI const char * UnwindInfoManagerRegisterActionName
Definition: OrcRTBridge.cpp:83
LLVM_ABI const char * SimpleExecutorMemoryManagerFinalizeWrapperName
Definition: OrcRTBridge.cpp:26
LLVM_ABI const char * MemoryReadUInt64sWrapperName
Definition: OrcRTBridge.cpp:61
LLVM_ABI const char * MemoryWriteUInt16sWrapperName
Definition: OrcRTBridge.cpp:44
LLVM_ABI const char * MemoryReadStringsWrapperName
Definition: OrcRTBridge.cpp:67
LLVM_ABI const char * MemoryReadUInt16sWrapperName
Definition: OrcRTBridge.cpp:57
LLVM_ABI const char * RunAsIntFunctionWrapperName
Definition: OrcRTBridge.cpp:78
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceInstanceName
Definition: OrcRTBridge.cpp:31
LLVM_ABI const char * MemoryReadPointersWrapperName
Definition: OrcRTBridge.cpp:63
LLVM_ABI const char * DeregisterEHFrameSectionAllocActionName
Definition: OrcRTBridge.cpp:72
LLVM_ABI const char * SimpleExecutorMemoryManagerDeallocateWrapperName
Definition: OrcRTBridge.cpp:28
LLVM_ABI const char * MemoryReadUInt32sWrapperName
Definition: OrcRTBridge.cpp:59
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceReserveWrapperName
Definition: OrcRTBridge.cpp:33
LLVM_ABI const char * SimpleExecutorMemoryManagerReserveWrapperName
Definition: OrcRTBridge.cpp:24
LLVM_ABI const char * SimpleExecutorDylibManagerOpenWrapperName
Definition: OrcRTBridge.cpp:17
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceDeinitializeWrapperName
Definition: OrcRTBridge.cpp:37
LLVM_ABI const char * SimpleExecutorDylibManagerLookupWrapperName
Definition: OrcRTBridge.cpp:19
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceReleaseWrapperName
Definition: OrcRTBridge.cpp:39
LLVM_ABI const char * MemoryWriteUInt64sWrapperName
Definition: OrcRTBridge.cpp:48
LLVM_ABI const char * MemoryWriteUInt8sWrapperName
Definition: OrcRTBridge.cpp:42
LLVM_ABI const char * MemoryWritePointersWrapperName
Definition: OrcRTBridge.cpp:50
LLVM_ABI const char * MemoryWriteUInt32sWrapperName
Definition: OrcRTBridge.cpp:46
LLVM_ABI const char * RegisterEHFrameSectionAllocActionName
Definition: OrcRTBridge.cpp:70
LLVM_ABI const char * RunAsVoidFunctionWrapperName
Definition: OrcRTBridge.cpp:76
LLVM_ABI const char * MemoryWriteBuffersWrapperName
Definition: OrcRTBridge.cpp:52
LLVM_ABI const char * MemoryReadBuffersWrapperName
Definition: OrcRTBridge.cpp:65
LLVM_ABI const char * RunAsMainWrapperName
Definition: OrcRTBridge.cpp:75
LLVM_ABI const char * SimpleExecutorDylibManagerInstanceName
Definition: OrcRTBridge.cpp:15
LLVM_ABI const char * MemoryReadUInt8sWrapperName
Definition: OrcRTBridge.cpp:55
LLVM_ABI const char * SimpleExecutorMemoryManagerInstanceName
Definition: OrcRTBridge.cpp:22
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceInitializeWrapperName
Definition: OrcRTBridge.cpp:35
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18