Searched refs:VariableSized (Results 1 – 4 of 4) sorted by relevance
55 VariableSized, // a variable sized object enumerator80 SlotTy = SlotType::VariableSized; in SlotData()88 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()141 case SlotType::VariableSized: in getTypeString()
453 ? yaml::MachineStackObject::VariableSized in convertStackObjects()
243 enum ObjectType { DefaultType, SpillSlot, VariableSized };275 IO.enumCase(Type, "variable-sized", MachineStackObject::VariableSized);288 if (Object.Type != MachineStackObject::VariableSized)
860 if (Object.Type == yaml::MachineStackObject::VariableSized) in initializeFrameInfo()