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::sentinel_type() constnodiscardnoexcept[¶]

Returns the type of the sentinel.

void SentinelNode::set_sentinel_type()noexcept[¶]

Sets the type of the sentinel.