Searched defs:MachBufferFrameLayout (Results 1 – 4 of 4) sorted by relevance
212 pub fn frame_layout(&self) -> &MachBufferFrameLayout { in frame_layout()
1616 frame_layout: &MachBufferFrameLayout, in clif_to_env_frame_tables()
1836 pub fn set_frame_layout(&mut self, frame_layout: MachBufferFrameLayout) { in set_frame_layout()1952 pub fn frame_layout(&self) -> Option<&MachBufferFrameLayout> { in frame_layout()2318 pub struct MachBufferFrameLayout { struct2321 pub frame_to_fp_offset: u32,2323 pub stackslots: SecondaryMap<ir::StackSlot, MachBufferStackSlot>,
2419 pub fn frame_slot_metadata(&self) -> MachBufferFrameLayout { in frame_slot_metadata()