Searched refs:IsSmallObject (Results 1 – 5 of 5) sorted by relevance
95 static_assert(IsSmallObject<SmallThrows>::value, "");102 static_assert(!IsSmallObject<LargeThrows>::value, "");
27 struct IsSmallObject struct48 return IsSmallObject<Type>::value; in isSmallType()397 static_assert(IsSmallObject<small_tracked_t>::value, "must be small");417 static_assert(!IsSmallObject<large_tracked_t>::value, "must not be small");
19 struct IsSmallObject struct35 return IsSmallObject<Type>::value; in isSmallType()
144 static_assert(IsSmallObject<SmallThrows>::value, "");151 static_assert(!IsSmallObject<LargeThrows>::value, "");
263 static bool IsSmallObject(const GlobalValue *GV, const XCoreTargetLowering &XTL) { in IsSmallObject() function283 if (IsSmallObject(GV, *this)) { in LowerGlobalAddress()