Searched refs:MachLabelSlice (Results 1 – 7 of 7) sorted by relevance
29 pub type MachLabelSlice = [MachLabel]; typedef642 labels: &MachLabelSlice,743 fn single_target(&mut self, targets: &MachLabelSlice) -> Option<MachLabel> {751 fn two_targets(&mut self, targets: &MachLabelSlice) -> Option<(MachLabel, MachLabel)> {761 targets: &MachLabelSlice,
194 (type MachLabelSlice extern (enum))197 ;; Extract a the target from a MachLabelSlice with exactly one target.198 (decl single_target (MachLabel) MachLabelSlice)201 ;; Extract a the targets from a MachLabelSlice with exactly two targets.202 (decl two_targets (MachLabel MachLabel) MachLabelSlice)205 ;; Extract the default target and jump table from a MachLabelSlice.206 (decl jump_table_targets (MachLabel BoxVecMachLabel) MachLabelSlice)1170 (decl try_call_info (ExceptionTable MachLabelSlice) OptionTryCallInfo)
2986 (decl partial lower_branch (Inst MachLabelSlice) Unit)2993 (decl lower_br_table (Reg MachLabelSlice) Unit)
98 (decl partial lower_branch (Inst MachLabelSlice) Unit)
17 (decl partial lower_branch (Inst MachLabelSlice) Unit)
10 (decl partial lower_branch (Inst MachLabelSlice) Unit)
12 (decl partial lower_branch (Inst MachLabelSlice) Unit)