LLVM 24.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_SimpleExecutorMemoryManager_Instance";
18 "__llvm_orc_SimpleExecutorMemoryManager_reserve_wrapper";
20 "__llvm_orc_SimpleExecutorMemoryManager_initialize_wrapper";
22 "__llvm_orc_SimpleExecutorMemoryManager_deinitialize_wrapper";
24 "__llvm_orc_SimpleExecutorMemoryManager_release_wrapper";
25
27 "llvm_orc_registerEHFrameAllocAction";
29 "llvm_orc_deregisterEHFrameAllocAction";
30
32 "orc_rt_ci_aa_sps_GDBJITRegistrar_register";
34 "orc_rt_ci_aa_sps_GDBJITRegistrar_deregister";
35
36const char *const DispatchName = "__orc_rt_jit_dispatch";
37const char *const DispatchCtxName = "__orc_rt_jit_dispatch_ctx";
38
41 "orc_rt_ci_aa_sps_MachOUnwindInfoRegistrar_registerSections",
42 "orc_rt_ci_aa_sps_MachOUnwindInfoRegistrar_deregisterSections"};
43
44} // end namespace rt
45namespace rt_alt {
47 "orc_rt_alt_UnwindInfoManager_register";
49 "orc_rt_alt_UnwindInfoManager_deregister";
50
51} // end namespace rt_alt
52} // end namespace orc
53} // end namespace llvm
LLVM_ABI const char * UnwindInfoManagerDeregisterActionName
LLVM_ABI const char * UnwindInfoManagerRegisterActionName
LLVM_ABI const char * SimpleExecutorMemoryManagerInitializeWrapperName
LLVM_ABI const char *const DispatchCtxName
LLVM_ABI const char * DeregisterEHFrameSectionAllocActionName
LLVM_ABI const char * SimpleExecutorMemoryManagerReserveWrapperName
LLVM_ABI const char * RegisterJITLoaderGDBAllocActionName
LLVM_ABI const char * DeregisterJITLoaderGDBAllocActionName
LLVM_ABI const char * SimpleExecutorMemoryManagerReleaseWrapperName
LLVM_ABI const char * RegisterEHFrameSectionAllocActionName
LLVM_ABI const char * SimpleExecutorMemoryManagerDeinitializeWrapperName
const LLVM_ABI MachOUnwindInfoRegistrarSymbolNames orc_rt_MachOUnwindInfoRegistrarSPSSymbols
Default symbol names for the ORC runtime's StandaloneMachOUnwindInfoRegistrar SPS interface.
LLVM_ABI const char * SimpleExecutorMemoryManagerInstanceName
LLVM_ABI const char *const DispatchName
This is an optimization pass for GlobalISel generic memory operations.
Symbol names for the ORC runtime's StandaloneMachOUnwindInfoRegistrar SPS interface.
Definition OrcRTBridge.h:42