Searched refs:VariableSized (Results 1 – 4 of 4) sorted by relevance
56 VariableSized, // a variable sized object enumerator81 SlotTy = SlotType::VariableSized; in SlotData()89 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()130 case SlotType::VariableSized: in getTypeString()
449 ? yaml::MachineStackObject::VariableSized in convertStackObjects()
246 enum ObjectType { DefaultType, SpillSlot, VariableSized };278 IO.enumCase(Type, "variable-sized", MachineStackObject::VariableSized);291 if (Object.Type != MachineStackObject::VariableSized)
938 if (Object.Type == yaml::MachineStackObject::VariableSized) in initializeFrameInfo()