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_resolve_wrapper";
21
23 "__llvm_orc_SimpleExecutorMemoryManager_Instance";
25 "__llvm_orc_SimpleExecutorMemoryManager_reserve_wrapper";
27 "__llvm_orc_SimpleExecutorMemoryManager_initialize_wrapper";
29 "__llvm_orc_SimpleExecutorMemoryManager_deinitialize_wrapper";
31 "__llvm_orc_SimpleExecutorMemoryManager_release_wrapper";
32
34 "__llvm_orc_ExecutorSharedMemoryMapperService_Instance";
36 "__llvm_orc_ExecutorSharedMemoryMapperService_Reserve";
38 "__llvm_orc_ExecutorSharedMemoryMapperService_Initialize";
40 "__llvm_orc_ExecutorSharedMemoryMapperService_Deinitialize";
42 "__llvm_orc_ExecutorSharedMemoryMapperService_Release";
43
45 "__llvm_orc_bootstrap_mem_write_uint8s_wrapper";
47 "__llvm_orc_bootstrap_mem_write_uint16s_wrapper";
49 "__llvm_orc_bootstrap_mem_write_uint32s_wrapper";
51 "__llvm_orc_bootstrap_mem_write_uint64s_wrapper";
53 "__llvm_orc_bootstrap_mem_write_pointers_wrapper";
55 "__llvm_orc_bootstrap_mem_write_buffers_wrapper";
56
58 "__llvm_orc_bootstrap_mem_read_uint8s_wrapper";
60 "__llvm_orc_bootstrap_mem_read_uint16s_wrapper";
62 "__llvm_orc_bootstrap_mem_read_uint32s_wrapper";
64 "__llvm_orc_bootstrap_mem_read_uint64s_wrapper";
66 "__llvm_orc_bootstrap_mem_read_pointers_wrapper";
68 "__llvm_orc_bootstrap_mem_read_buffers_wrapper";
70 "__llvm_orc_bootstrap_mem_read_strings_wrapper";
71
73 "llvm_orc_registerEHFrameAllocAction";
75 "llvm_orc_deregisterEHFrameAllocAction";
76
78 "llvm_orc_registerJITLoaderGDBAllocAction";
79
80const char *RunAsMainWrapperName = "__llvm_orc_bootstrap_run_as_main_wrapper";
82 "__llvm_orc_bootstrap_run_as_void_function_wrapper";
84 "__llvm_orc_bootstrap_run_as_int_function_wrapper";
85
86} // end namespace rt
87namespace rt_alt {
89 "orc_rt_alt_UnwindInfoManager_register";
91 "orc_rt_alt_UnwindInfoManager_deregister";
92} // end namespace rt_alt
93} // end namespace orc
94} // end namespace llvm
LLVM_ABI const char * UnwindInfoManagerDeregisterActionName
LLVM_ABI const char * UnwindInfoManagerRegisterActionName
LLVM_ABI const char * SimpleExecutorMemoryManagerInitializeWrapperName
LLVM_ABI const char * MemoryReadUInt64sWrapperName
LLVM_ABI const char * MemoryWriteUInt16sWrapperName
LLVM_ABI const char * MemoryReadStringsWrapperName
LLVM_ABI const char * MemoryReadUInt16sWrapperName
LLVM_ABI const char * RunAsIntFunctionWrapperName
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceInstanceName
LLVM_ABI const char * MemoryReadPointersWrapperName
LLVM_ABI const char * DeregisterEHFrameSectionAllocActionName
LLVM_ABI const char * SimpleExecutorDylibManagerResolveWrapperName
LLVM_ABI const char * MemoryReadUInt32sWrapperName
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceReserveWrapperName
LLVM_ABI const char * SimpleExecutorMemoryManagerReserveWrapperName
LLVM_ABI const char * RegisterJITLoaderGDBAllocActionName
LLVM_ABI const char * SimpleExecutorDylibManagerOpenWrapperName
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceDeinitializeWrapperName
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceReleaseWrapperName
LLVM_ABI const char * MemoryWriteUInt64sWrapperName
LLVM_ABI const char * SimpleExecutorMemoryManagerReleaseWrapperName
LLVM_ABI const char * MemoryWriteUInt8sWrapperName
LLVM_ABI const char * MemoryWritePointersWrapperName
LLVM_ABI const char * MemoryWriteUInt32sWrapperName
LLVM_ABI const char * RegisterEHFrameSectionAllocActionName
LLVM_ABI const char * SimpleExecutorMemoryManagerDeinitializeWrapperName
LLVM_ABI const char * RunAsVoidFunctionWrapperName
LLVM_ABI const char * MemoryWriteBuffersWrapperName
LLVM_ABI const char * MemoryReadBuffersWrapperName
LLVM_ABI const char * RunAsMainWrapperName
LLVM_ABI const char * SimpleExecutorDylibManagerInstanceName
LLVM_ABI const char * MemoryReadUInt8sWrapperName
LLVM_ABI const char * SimpleExecutorMemoryManagerInstanceName
LLVM_ABI const char * ExecutorSharedMemoryMapperServiceInitializeWrapperName
This is an optimization pass for GlobalISel generic memory operations.