IndexBuilderasmjit::LabelNode
asmjit::LabelNode Class Reference
Inheritance diagram for asmjit::LabelNode:
asmjit::BaseNode asmjit::ConstPoolNode asmjit::FuncNode

Label node.

Public Members

Members
- Public Attributes inherited from asmjit::BaseNode

Member Functions

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

LabelNode::LabelNode(
uint32_t labelId = 0
)noexcept[¶]

Creates a new LabelNode instance.

Label LabelNode::label() constnoexcept[¶]

Returns Label representation of the LabelNode.

uint32_t LabelNode::labelId() constnoexcept[¶]

Returns the id of the label.

uint32_t LabelNode::_labelId[¶]

Label identifier.