Searched refs:SlotType (Results 1 – 2 of 2) sorted by relevance
53 enum SlotType { enum67 SlotType SlotTy;77 SlotTy = SlotType::Spill; in SlotData()79 SlotTy = SlotType::Fixed; in SlotData()81 SlotTy = SlotType::VariableSized; in SlotData()84 SlotTy = SlotType::StackProtector; in SlotData()86 SlotTy = SlotType::Variable; in SlotData()89 bool isVarSize() const { return SlotTy == SlotType::VariableSized; } in isVarSize()124 std::string getTypeString(SlotType Ty) { in getTypeString()126 case SlotType::Spill: in getTypeString()[all …]
691 Type *SlotType = in returnTypeIsEligibleForTailCall() local693 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()