LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::jitlink::SimpleSegmentAlloc::Segment Struct Reference

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
 

Detailed Description

Describes a segment to be allocated.

Definition at line 300 of file JITLinkMemoryManager.h.

Constructor & Destructor Documentation

◆ Segment() [1/2]

llvm::jitlink::SimpleSegmentAlloc::Segment::Segment ( )
default

◆ Segment() [2/2]

llvm::jitlink::SimpleSegmentAlloc::Segment::Segment ( size_t  ContentSize,
Align  ContentAlign 
)
inline

Definition at line 302 of file JITLinkMemoryManager.h.

Member Data Documentation

◆ ContentAlign

Align llvm::jitlink::SimpleSegmentAlloc::Segment::ContentAlign

Definition at line 306 of file JITLinkMemoryManager.h.

◆ ContentSize

size_t llvm::jitlink::SimpleSegmentAlloc::Segment::ContentSize = 0

Definition at line 305 of file JITLinkMemoryManager.h.


The documentation for this struct was generated from the following file: