Type Definition cranelift_codegen::ir::JumpTables [−][src]
pub type JumpTables = PrimaryMap<JumpTable, JumpTableData>;
Expand description
Map of jump tables.
pub type JumpTables = PrimaryMap<JumpTable, JumpTableData>;
Map of jump tables.