LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 30 of file EPCGenericJITLinkMemoryManager.cpp.

Constructor & Destructor Documentation

◆ SegInfo()

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

Definition at line 31 of file EPCGenericJITLinkMemoryManager.cpp.

Member Data Documentation

◆ Addr

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

Definition at line 34 of file EPCGenericJITLinkMemoryManager.cpp.

◆ ContentSize

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

Definition at line 35 of file EPCGenericJITLinkMemoryManager.cpp.

◆ WorkingMem

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

Definition at line 33 of file EPCGenericJITLinkMemoryManager.cpp.

◆ ZeroFillSize

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

Definition at line 36 of file EPCGenericJITLinkMemoryManager.cpp.


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