struct MemoryMapper::AllocInfo

Declaration

struct MemoryMapper::AllocInfo { /* full declaration omitted */ };

Description

Represents a single allocation containing multiple segments and initialization and deinitialization actions

Declared at: llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h:29

Member Variables

public llvm::orc::ExecutorAddr MappingBase
public std::vector<SegInfo> Segments
public shared::AllocActions Actions