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.
- Island
Table Parsed - Parsed island table — an indexed collection of island entries.
- Slot
Table - Parsed slot table — an indexed collection of slot entries.
- String
Table - Parsed string table — an indexed collection of UTF-8 strings.