class BasicLayout::Segment
Declaration
class BasicLayout::Segment { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h:220
Member Variables
- public llvm::Align Alignment
- public size_t ContentSize
- public uint64_t ZeroFillSize
- public orc::ExecutorAddr Addr
- public char* WorkingMem = nullptr
- private size_t NextWorkingMemOffset
- private std::vector<Block*> ContentBlocks
- private std::vector<Block*> ZeroFillBlocks
Method Overview
- public Segment()
Methods
ΒΆSegment()
Segment()
Declared at: llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h:224