cranelift_codegen::ir

Module jumptable

Source
Expand description

Jump table representation.

Jump tables are declared in the preamble and assigned an ir::entities::JumpTable reference. The actual table of destinations is stored in a JumpTableData struct defined in this module.

Structsยง

DisplayJumpTable
A wrapper for the context required to display a JumpTableData.
JumpTableData
Contents of a jump table.