Skip to main content

Module parser

Module parser 

Source
Expand description

Parsers for FMIR data tables: string table, slot table, and island table.

Each parser consumes a byte slice containing exactly one section’s data and returns a typed, indexed collection.

Modules§

test_helpers
Binary encoding helpers for building FMIR test data.

Structs§

IrModule
A fully parsed and validated IR module, ready for walking.
IslandTableParsed
Parsed island table — an indexed collection of island entries.
SlotTable
Parsed slot table — an indexed collection of slot entries.
StringTable
Parsed string table — an indexed collection of UTF-8 strings.