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 Finalize
ExecutorAddr Deallocate
ExecutorAddr RegisterEHFrame
ExecutorAddr DeregisterEHFrame

Detailed Description

Symbol addresses for memory access.

Definition at line 31 of file EPCGenericRTDyldMemoryManager.h.

Member Data Documentation

◆ Deallocate

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Deallocate

Definition at line 35 of file EPCGenericRTDyldMemoryManager.h.

◆ DeregisterEHFrame

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

Definition at line 37 of file EPCGenericRTDyldMemoryManager.h.

◆ Finalize

ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Finalize

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.

◆ 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: