LLVM 24.0.0git
OrcRTBridge.h
Go to the documentation of this file.
1//===---- OrcRTBridge.h -- Utils for interacting with orc-rt ----*- C++ -*-===//
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//
9// Declares types and symbol names provided by the ORC runtime.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_EXECUTIONENGINE_ORC_SHARED_ORCRTBRIDGE_H
14#define LLVM_EXECUTIONENGINE_ORC_SHARED_ORCRTBRIDGE_H
15
20
21namespace llvm {
22namespace orc {
23namespace rt {
24
27
30
31LLVM_ABI extern const char *const DispatchName;
32LLVM_ABI extern const char *const DispatchCtxName;
33
34/// Symbol names for the ORC runtime's StandaloneMachOUnwindInfoRegistrar
35/// SPS interface.
40
41/// Default symbol names for the ORC runtime's
42/// StandaloneMachOUnwindInfoRegistrar SPS interface.
45
46} // end namespace rt
47
48namespace rt_alt {
51} // end namespace rt_alt
52} // end namespace orc
53} // end namespace llvm
54
55#endif // LLVM_EXECUTIONENGINE_ORC_SHARED_ORCRTBRIDGE_H
#define LLVM_ABI
Definition Compiler.h:215
Represent a constant reference to a string, i.e.
Definition StringRef.h:56
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