Searched refs:SlotType (Results 1 – 2 of 2) sorted by relevance
52 enum SlotType { enum64 SlotType SlotTy;71 SlotTy = SlotType::Spill; in SlotData()73 SlotTy = SlotType::StackProtector; in SlotData()75 SlotTy = SlotType::Variable; in SlotData()114 std::string getTypeString(SlotType Ty) { in getTypeString()116 case SlotType::Spill: in getTypeString()118 case SlotType::StackProtector: in getTypeString()120 case SlotType::Variable: in getTypeString()
705 Type *SlotType = in returnTypeIsEligibleForTailCall() local707 CallVal = UndefValue::get(SlotType); in returnTypeIsEligibleForTailCall()