Home
last modified time | relevance | path

Searched refs:MachLabelFixup (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs293 pending_fixup_records: SmallVec<[MachLabelFixup<I>; 16]>,
297 fixup_records: BinaryHeap<MachLabelFixup<I>>,
769 let fixup = MachLabelFixup { in use_label_at_offset()
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> { argument
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
[all …]