LLVM 19.0.0git
Public Attributes | List of all members
llvm::orc::MemoryMapper::AllocInfo::SegInfo Struct Reference

#include "llvm/ExecutionEngine/Orc/MemoryMapper.h"

Public Attributes

ExecutorAddrDiff Offset
 
const charWorkingMem
 
size_t ContentSize
 
size_t ZeroFillSize
 
AllocGroup AG
 

Detailed Description

Definition at line 31 of file MemoryMapper.h.

Member Data Documentation

◆ AG

AllocGroup llvm::orc::MemoryMapper::AllocInfo::SegInfo::AG

Definition at line 36 of file MemoryMapper.h.

◆ ContentSize

size_t llvm::orc::MemoryMapper::AllocInfo::SegInfo::ContentSize

Definition at line 34 of file MemoryMapper.h.

◆ Offset

ExecutorAddrDiff llvm::orc::MemoryMapper::AllocInfo::SegInfo::Offset

Definition at line 32 of file MemoryMapper.h.

◆ WorkingMem

const char* llvm::orc::MemoryMapper::AllocInfo::SegInfo::WorkingMem

Definition at line 33 of file MemoryMapper.h.

◆ ZeroFillSize

size_t llvm::orc::MemoryMapper::AllocInfo::SegInfo::ZeroFillSize

Definition at line 35 of file MemoryMapper.h.


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