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

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.

◆ Deallocate

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Deallocate

Definition at line 36 of file EPCGenericJITLinkMemoryManager.h.

◆ Finalize

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Finalize

Definition at line 35 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: