Searched refs:SlotType (Results 1 – 2 of 2) sorted by relevance
52 enum SlotType { enum66 SlotType SlotTy;76 SlotTy = SlotType::Spill; in SlotData()78 SlotTy = SlotType::Fixed; in SlotData()80 SlotTy = SlotType::VariableSized; in SlotData()83 SlotTy = SlotType::StackProtector; in SlotData()85 SlotTy = SlotType::Variable; in SlotData()88 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()135 std::string getTypeString(SlotType Ty) { in getTypeString()137 case SlotType::Spill: in getTypeString()[all …]
690 Type *SlotType = in returnTypeIsEligibleForTailCall() local692 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()