LLVM 19.0.0git
Public Attributes | List of all members
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 310 of file JITLinkMemoryManager.h.

Member Data Documentation

◆ Addr

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

Definition at line 311 of file JITLinkMemoryManager.h.

◆ WorkingMem

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

Definition at line 312 of file JITLinkMemoryManager.h.


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