cranelift_codegen::ir

Type Alias JumpTables

Source
pub type JumpTables = PrimaryMap<JumpTable, JumpTableData>;
Expand description

Map of jump tables.

Aliased Typeยง

struct JumpTables { /* private fields */ }