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_registerEHFrameAllocAction";
18 "llvm_orc_deregisterEHFrameAllocAction";
19
21 "orc_rt_ci_aa_sps_GDBJITRegistrar_register";
23 "orc_rt_ci_aa_sps_GDBJITRegistrar_deregister";
24
25const char *const DispatchName = "__orc_rt_jit_dispatch";
26const char *const DispatchCtxName = "__orc_rt_jit_dispatch_ctx";
27
30 "orc_rt_ci_aa_sps_MachOUnwindInfoRegistrar_registerSections",
31 "orc_rt_ci_aa_sps_MachOUnwindInfoRegistrar_deregisterSections"};
32
33} // end namespace rt
34namespace rt_alt {
36 "orc_rt_alt_UnwindInfoManager_register";
38 "orc_rt_alt_UnwindInfoManager_deregister";
39
40} // end namespace rt_alt
41} // end namespace orc
42} // end namespace llvm
LLVM_ABI const char * UnwindInfoManagerDeregisterActionName
LLVM_ABI const char * UnwindInfoManagerRegisterActionName
LLVM_ABI const char *const DispatchCtxName
LLVM_ABI const char * DeregisterEHFrameSectionAllocActionName
LLVM_ABI const char * RegisterJITLoaderGDBAllocActionName
LLVM_ABI const char * DeregisterJITLoaderGDBAllocActionName
LLVM_ABI const char * RegisterEHFrameSectionAllocActionName
const LLVM_ABI MachOUnwindInfoRegistrarSymbolNames orc_rt_MachOUnwindInfoRegistrarSPSSymbols
Default symbol names for the ORC runtime's StandaloneMachOUnwindInfoRegistrar SPS interface.
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:36