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 label_id = Globals::kInvalidId
)explicitnoexcept[¶]

Creates a new LabelNode instance.

Label LabelNode::label() constnodiscardnoexcept[¶]

Returns Label representation of the LabelNode.

uint32_t LabelNode::label_id() constnodiscardnoexcept[¶]

Returns the id of the label.

uint32_t LabelNode::_label_id[¶]

Label identifier.