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 section_id = 0
)explicitnoexcept[¶]

Creates a new SectionNode instance.

uint32_t SectionNode::section_id() constnoexcept[¶]

Returns the section id.

uint32_t SectionNode::_section_id[¶]

Section id.

SectionNode* SectionNode::_next_section[¶]

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::has_dirty_section_links() returns false. If you intend to use this field you should always call Builder::update_section_links() before you do so.