AsmJit
Low-Latency Machine Code Generation
Docs
Interactive Parser
Support
GitHub
API Reference
Index
Class List
Build Instructions
Breaking Changes
Core
Assembler
Builder
Compiler
Function
Logging
Error Handling
Instruction DB
Virtual Memory
Zone Memory
Utilities
X86 Backend
ARM Commons
AArch64 Backend
asmjit::BaseNode::SentinelData Struct Reference
Builder
Data used by
SentinelNode
.
Public Members
NodeType
_nodeType
NodeFlags
_nodeFlags
SentinelType
_sentinelType
uint8_t
_reserved1
Member Data Documentation
NodeType
BaseNode::SentinelData::
_nodeType
◆
Node type.
NodeFlags
BaseNode::SentinelData::
_nodeFlags
◆
Node flags.
SentinelType
BaseNode::SentinelData::
_sentinelType
◆
Sentinel type.
uint8_t
BaseNode::SentinelData::
_reserved1
◆
Not used by BaseNode.