LLVM 22.0.0git
|
Public Member Functions | |
SegInfo () |
Public Attributes | |
char * | WorkingMem |
ExecutorAddr | Addr |
uint64_t | ContentSize |
uint64_t | ZeroFillSize |
Definition at line 29 of file EPCGenericJITLinkMemoryManager.cpp.
|
inline |
Definition at line 30 of file EPCGenericJITLinkMemoryManager.cpp.
References ContentSize, WorkingMem, and ZeroFillSize.
ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::Addr |
Definition at line 33 of file EPCGenericJITLinkMemoryManager.cpp.
uint64_t llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::ContentSize |
Definition at line 34 of file EPCGenericJITLinkMemoryManager.cpp.
Referenced by SegInfo().
char* llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::WorkingMem |
Definition at line 32 of file EPCGenericJITLinkMemoryManager.cpp.
Referenced by SegInfo().
uint64_t llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::ZeroFillSize |
Definition at line 35 of file EPCGenericJITLinkMemoryManager.cpp.
Referenced by SegInfo().