IndexBuilderasmjit::SentinelNode
asmjit::SentinelNode Class Reference
Inheritance diagram for asmjit::SentinelNode:
asmjit::BaseNode

Sentinel node.

Sentinel is a marker that is completely ignored by the code builder. It's used to remember a position in a code as it never gets removed by any pass.

Member Functions

Construction & Destruction
Accessors
- Public Member Functions inherited from asmjit::BaseNode

Additional Inherited Members

- Public Attributes inherited from asmjit::BaseNode

SentinelNode::SentinelNode()noexcept[¶]

Creates a new SentinelNode instance.

SentinelType SentinelNode::sentinelType() constnoexcept[¶]

Returns the type of the sentinel.

void SentinelNode::setSentinelType()noexcept[¶]

Sets the type of the sentinel.