LLVM 20.0.0git
|
Function addresses for memory access. More...
#include "llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h"
Public Attributes | |
ExecutorAddr | Allocator |
ExecutorAddr | Reserve |
ExecutorAddr | Finalize |
ExecutorAddr | Deallocate |
Function addresses for memory access.
Definition at line 30 of file EPCGenericJITLinkMemoryManager.h.
ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Allocator |
Definition at line 31 of file EPCGenericJITLinkMemoryManager.h.
Referenced by llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::abandon(), llvm::orc::EPCGenericJITLinkMemoryManager::allocate(), llvm::orc::EPCGenericJITLinkMemoryManager::deallocate(), and llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::finalize().
ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Deallocate |
Definition at line 34 of file EPCGenericJITLinkMemoryManager.h.
Referenced by llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::abandon(), and llvm::orc::EPCGenericJITLinkMemoryManager::deallocate().
ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Finalize |
Definition at line 33 of file EPCGenericJITLinkMemoryManager.h.
Referenced by llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::finalize().
ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::SymbolAddrs::Reserve |
Definition at line 32 of file EPCGenericJITLinkMemoryManager.h.
Referenced by llvm::orc::EPCGenericJITLinkMemoryManager::allocate().