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

Member Data Documentation

◆ Allocator

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

◆ Deallocate

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

◆ Finalize

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

◆ Reserve

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

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