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
21
22namespace llvm {
23namespace orc {
24namespace rt {
25
28
31
34
35/// Symbol names for the ORC runtime's StandaloneMachOUnwindInfoRegistrar
36/// SPS interface.
41
42/// Default symbol names for the ORC runtime's
43/// StandaloneMachOUnwindInfoRegistrar SPS interface.
46
47} // end namespace rt
48
53} // end namespace orc
54} // end namespace llvm
55
56#endif // LLVM_EXECUTIONENGINE_ORC_SHARED_ORCRTBRIDGE_H
#define LLVM_ABI
Definition Compiler.h:215
A symbol name together with the naming level (SymbolNameKind) it is expressed in, so that a Mangler /...
LLVM_ABI const SymbolNameSpec UnwindInfoManagerRegisterActionName
LLVM_ABI const SymbolNameSpec UnwindInfoManagerDeregisterActionName
LLVM_ABI const SymbolNameSpec DeregisterEHFrameSectionAllocActionName
LLVM_ABI const SymbolNameSpec RegisterJITLoaderGDBAllocActionName
LLVM_ABI const SymbolNameSpec DispatchCtxName
LLVM_ABI const SymbolNameSpec DeregisterJITLoaderGDBAllocActionName
const LLVM_ABI MachOUnwindInfoRegistrarSymbolNames orc_rt_MachOUnwindInfoRegistrarSPSSymbols
Default symbol names for the ORC runtime's StandaloneMachOUnwindInfoRegistrar SPS interface.
LLVM_ABI const SymbolNameSpec DispatchName
LLVM_ABI const SymbolNameSpec RegisterEHFrameSectionAllocActionName
This is an optimization pass for GlobalISel generic memory operations.
Symbol names for the ORC runtime's StandaloneMachOUnwindInfoRegistrar SPS interface.
Definition OrcRTBridge.h:37