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

Bindings to the executor-side memory manager, plus the EH-frame registration alloc-action wrappers. More...

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

Public Attributes

SimpleMemoryMapBindings MemMgr
ExecutorAddr RegisterEHFrame
ExecutorAddr DeregisterEHFrame

Detailed Description

Bindings to the executor-side memory manager, plus the EH-frame registration alloc-action wrappers.

Definition at line 33 of file EPCGenericRTDyldMemoryManager.h.

Member Data Documentation

◆ DeregisterEHFrame

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

Definition at line 36 of file EPCGenericRTDyldMemoryManager.h.

◆ MemMgr

SimpleMemoryMapBindings llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::MemMgr

Definition at line 34 of file EPCGenericRTDyldMemoryManager.h.

◆ RegisterEHFrame

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

Definition at line 35 of file EPCGenericRTDyldMemoryManager.h.


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