LLVM 19.0.0git
Public Attributes | List of all members
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 29 of file EPCGenericRTDyldMemoryManager.h.

Member Data Documentation

◆ Deallocate

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

Definition at line 33 of file EPCGenericRTDyldMemoryManager.h.

◆ DeregisterEHFrame

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

◆ Finalize

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

◆ Instance

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

◆ RegisterEHFrame

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

◆ Reserve

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

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