Searched defs:StackSlotData (Results 1 – 3 of 3) sorted by relevance
60 pub struct StackSlotData { struct62 pub kind: StackSlotKind,65 pub size: StackSize,71 pub align_shift: u8,105 impl StackSlotData { implementation133 impl fmt::Display for StackSlotData { implementation
191 stack_slot: Option<StackSlotData>, in create_multi_return_function()
246 fn add_ss(&mut self, ss: StackSlot, data: StackSlotData, loc: Location) -> ParseResult<()> { in add_ss()1505 fn parse_stack_slot_decl(&mut self) -> ParseResult<(StackSlot, StackSlotData)> { in parse_stack_slot_decl() argument