LLVM 22.0.0git
llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs Struct Reference

Symbol addresses for memory access. More...

#include "llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h"

Public Attributes

ExecutorAddr Instance
ExecutorAddr Reserve
ExecutorAddr Initialize
ExecutorAddr Release
ExecutorAddr RegisterEHFrame
ExecutorAddr DeregisterEHFrame

Detailed Description

Symbol addresses for memory access.

Definition at line 31 of file EPCGenericRTDyldMemoryManager.h.

Member Data Documentation

◆ DeregisterEHFrame

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::DeregisterEHFrame

Definition at line 37 of file EPCGenericRTDyldMemoryManager.h.

◆ Initialize

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Initialize

Definition at line 34 of file EPCGenericRTDyldMemoryManager.h.

◆ Instance

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Instance

Definition at line 32 of file EPCGenericRTDyldMemoryManager.h.

◆ RegisterEHFrame

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::RegisterEHFrame

Definition at line 36 of file EPCGenericRTDyldMemoryManager.h.

◆ Release

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Release

Definition at line 35 of file EPCGenericRTDyldMemoryManager.h.

◆ Reserve

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Reserve

Definition at line 33 of file EPCGenericRTDyldMemoryManager.h.


The documentation for this struct was generated from the following file: