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

Constructor & Destructor Documentation

LabelNode::LabelNode(BaseBuilder* cb, uint32_t labelId = 0)noexcept◆ 

Creates a new LabelNode instance.

Member Function Documentation

Label LabelNode::label() constnoexcept◆ 

Returns Label representation of the LabelNode.

uint32_t LabelNode::labelId() constnoexcept◆ 

Returns the id of the label.

Member Data Documentation

uint32_t LabelNode::_labelId◆ 

Label identifier.