LLVM 24.0.0git
llvm::jitlink::SimpleSegmentAlloc::SegmentInfo Struct Reference

Describes the segment working memory and executor address. More...

#include "llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h"

Public Attributes

orc::ExecutorAddr Addr
MutableArrayRef< charWorkingMem

Detailed Description

Describes the segment working memory and executor address.

Definition at line 321 of file JITLinkMemoryManager.h.

Member Data Documentation

◆ Addr

orc::ExecutorAddr llvm::jitlink::SimpleSegmentAlloc::SegmentInfo::Addr

Definition at line 322 of file JITLinkMemoryManager.h.

◆ WorkingMem

MutableArrayRef<char> llvm::jitlink::SimpleSegmentAlloc::SegmentInfo::WorkingMem

Definition at line 323 of file JITLinkMemoryManager.h.


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