Searched defs:SlotData (Results 1 – 2 of 2) sorted by relevance
59 struct SlotData { struct60 int Slot;61 int Size;62 int Align;63 int Offset;64 SlotType SlotTy;66 SlotData(const MachineFrameInfo &MFI, const int ValOffset, const int Idx) in SlotData() argument80 bool operator<(const SlotData &Rhs) const { return Offset > Rhs.Offset; } in operator <()
175 struct SlotData { struct180 std::optional<SlotData> allocateSlotData(SkArenaAlloc* alloc) const; argument