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

Section node.

Public Members

Members
- Public Attributes inherited from asmjit::BaseNode

Member Functions

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

SectionNode::SectionNode(
uint32_t sectionId = 0
)noexcept[¶]

Creates a new SectionNode instance.

uint32_t SectionNode::id() constnoexcept[¶]

Returns the section id.

uint32_t SectionNode::_id[¶]

Section id.

SectionNode* SectionNode::_nextSection[¶]

Next section node that follows this section.

This link is only valid when the section is active (is part of the code) and when Builder::hasDirtySectionLinks() returns false. If you intend to use this field you should always call Builder::updateSectionLinks() before you do so.