Searched defs:SlotData (Results 1 – 1 of 1) 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() function80 bool operator<(const SlotData &Rhs) const { return Offset > Rhs.Offset; } in operator <()