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

Function addresses for memory access. More...

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

Public Attributes

ExecutorAddr Allocator
ExecutorAddr Reserve
ExecutorAddr Initialize
ExecutorAddr Deinitialize
ExecutorAddr Release

Detailed Description

Function addresses for memory access.

Definition at line 32 of file EPCGenericJITLinkMemoryManager.h.

Member Data Documentation

◆ Allocator

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Allocator

Definition at line 33 of file EPCGenericJITLinkMemoryManager.h.

◆ Deinitialize

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Deinitialize

Definition at line 36 of file EPCGenericJITLinkMemoryManager.h.

◆ Initialize

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Initialize

Definition at line 35 of file EPCGenericJITLinkMemoryManager.h.

◆ Release

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Release

Definition at line 37 of file EPCGenericJITLinkMemoryManager.h.

◆ Reserve

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Reserve

Definition at line 34 of file EPCGenericJITLinkMemoryManager.h.


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