LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/Orc/MemoryMapper.h"
Public Attributes | |
ExecutorAddrDiff | Offset |
const char * | WorkingMem |
size_t | ContentSize |
size_t | ZeroFillSize |
AllocGroup | AG |
Definition at line 31 of file MemoryMapper.h.
AllocGroup llvm::orc::MemoryMapper::AllocInfo::SegInfo::AG |
Definition at line 36 of file MemoryMapper.h.
size_t llvm::orc::MemoryMapper::AllocInfo::SegInfo::ContentSize |
Definition at line 34 of file MemoryMapper.h.
ExecutorAddrDiff llvm::orc::MemoryMapper::AllocInfo::SegInfo::Offset |
Definition at line 32 of file MemoryMapper.h.
Definition at line 33 of file MemoryMapper.h.
size_t llvm::orc::MemoryMapper::AllocInfo::SegInfo::ZeroFillSize |
Definition at line 35 of file MemoryMapper.h.