Searched defs:SlotData (Results 1 – 1 of 1) sorted by relevance
62 struct SlotData { struct63 int Slot;64 int Size;65 int Align;66 StackOffset Offset;67 SlotType SlotTy;68 bool Scalable;70 SlotData(const MachineFrameInfo &MFI, const StackOffset Offset, in SlotData() function89 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()96 bool operator<(const SlotData &Rhs) const { in operator <()