LLVM 22.0.0git
llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo Struct Reference

Public Member Functions

 SegInfo ()

Public Attributes

charWorkingMem
ExecutorAddr Addr
uint64_t ContentSize
uint64_t ZeroFillSize

Detailed Description

Definition at line 29 of file EPCGenericJITLinkMemoryManager.cpp.

Constructor & Destructor Documentation

◆ SegInfo()

llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::SegInfo ( )
inline

Definition at line 30 of file EPCGenericJITLinkMemoryManager.cpp.

References ContentSize, WorkingMem, and ZeroFillSize.

Member Data Documentation

◆ Addr

ExecutorAddr llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::Addr

Definition at line 33 of file EPCGenericJITLinkMemoryManager.cpp.

◆ ContentSize

uint64_t llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::ContentSize

Definition at line 34 of file EPCGenericJITLinkMemoryManager.cpp.

Referenced by SegInfo().

◆ WorkingMem

char* llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::WorkingMem

Definition at line 32 of file EPCGenericJITLinkMemoryManager.cpp.

Referenced by SegInfo().

◆ ZeroFillSize

uint64_t llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc::SegInfo::ZeroFillSize

Definition at line 35 of file EPCGenericJITLinkMemoryManager.cpp.

Referenced by SegInfo().


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