LLVM 22.0.0git
|
Describes a segment to be allocated. More...
#include "llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h"
Public Member Functions | |
Segment ()=default | |
Segment (size_t ContentSize, Align ContentAlign) |
Public Attributes | |
size_t | ContentSize = 0 |
Align | ContentAlign |
Describes a segment to be allocated.
Definition at line 302 of file JITLinkMemoryManager.h.
|
default |
|
inline |
Definition at line 304 of file JITLinkMemoryManager.h.
References ContentAlign, and ContentSize.
Align llvm::jitlink::SimpleSegmentAlloc::Segment::ContentAlign |
Definition at line 308 of file JITLinkMemoryManager.h.
Referenced by Segment().
size_t llvm::jitlink::SimpleSegmentAlloc::Segment::ContentSize = 0 |
Definition at line 307 of file JITLinkMemoryManager.h.
Referenced by Segment().