LLVM 20.0.0git
|
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 |
Symbol addresses for memory access.
Definition at line 29 of file EPCGenericRTDyldMemoryManager.h.
ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Deallocate |
Definition at line 33 of file EPCGenericRTDyldMemoryManager.h.
ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::DeregisterEHFrame |
Definition at line 35 of file EPCGenericRTDyldMemoryManager.h.
Referenced by llvm::orc::EPCGenericRTDyldMemoryManager::finalizeMemory().
ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Finalize |
Definition at line 32 of file EPCGenericRTDyldMemoryManager.h.
Referenced by llvm::orc::EPCGenericRTDyldMemoryManager::finalizeMemory().
ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Instance |
ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::RegisterEHFrame |
Definition at line 34 of file EPCGenericRTDyldMemoryManager.h.
Referenced by llvm::orc::EPCGenericRTDyldMemoryManager::finalizeMemory().
ExecutorAddr llvm::orc::EPCGenericRTDyldMemoryManager::SymbolAddrs::Reserve |
Definition at line 31 of file EPCGenericRTDyldMemoryManager.h.
Referenced by llvm::orc::EPCGenericRTDyldMemoryManager::reserveAllocationSpace(), and llvm::orc::EPCGenericRTDyldMemoryManager::~EPCGenericRTDyldMemoryManager().