Lines Matching refs:MachLabelFixup
293 pending_fixup_records: SmallVec<[MachLabelFixup<I>; 16]>,
297 fixup_records: BinaryHeap<MachLabelFixup<I>>,
769 let fixup = MachLabelFixup { in use_label_at_offset()
1444 fn should_apply_fixup(&self, fixup: &MachLabelFixup<I>, forced_threshold: CodeOffset) -> bool { in should_apply_fixup()
1464 fixup: MachLabelFixup<I>, in handle_fixup()
1468 let MachLabelFixup { in handle_fixup() localVariable
2062 struct MachLabelFixup<I: VCodeInst> { struct
2074 impl<I: VCodeInst> MachLabelFixup<I> { impl
2080 impl<I: VCodeInst> PartialEq for MachLabelFixup<I> { implementation
2086 impl<I: VCodeInst> Eq for MachLabelFixup<I> {} implementation
2088 impl<I: VCodeInst> PartialOrd for MachLabelFixup<I> { implementation
2094 impl<I: VCodeInst> Ord for MachLabelFixup<I> { implementation