LLVM 20.0.0git
|
The Alignment, ContentSize and ZeroFillSize of each segment will be pre-filled from the Graph. More...
#include "llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h"
Public Member Functions | |
Segment () | |
Public Attributes | |
Align | Alignment |
size_t | ContentSize |
uint64_t | ZeroFillSize |
orc::ExecutorAddr | Addr |
char * | WorkingMem = nullptr |
Friends | |
class | BasicLayout |
The Alignment, ContentSize and ZeroFillSize of each segment will be pre-filled from the Graph.
Clients must set the Addr and WorkingMem fields prior to calling apply.
Definition at line 220 of file JITLinkMemoryManager.h.
|
inline |
Definition at line 224 of file JITLinkMemoryManager.h.
|
friend |
Definition at line 221 of file JITLinkMemoryManager.h.
orc::ExecutorAddr llvm::jitlink::BasicLayout::Segment::Addr |
Definition at line 230 of file JITLinkMemoryManager.h.
Align llvm::jitlink::BasicLayout::Segment::Alignment |
Definition at line 227 of file JITLinkMemoryManager.h.
size_t llvm::jitlink::BasicLayout::Segment::ContentSize |
Definition at line 228 of file JITLinkMemoryManager.h.
char* llvm::jitlink::BasicLayout::Segment::WorkingMem = nullptr |
Definition at line 231 of file JITLinkMemoryManager.h.
uint64_t llvm::jitlink::BasicLayout::Segment::ZeroFillSize |
Definition at line 229 of file JITLinkMemoryManager.h.