DIESubrangeType
DIESubrangeType* typeEntry, DwarfType*& _type)
DIESubrangeType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
typeEntry, HasTypePredicate<DIESubrangeType>());
DIESubrangeType* lowerBoundOwnerEntry = DwarfUtils::GetDIEByPredicate(
DIESubrangeType* upperBoundOwnerEntry = DwarfUtils::GetDIEByPredicate(
DIESubrangeType* countOwnerEntry = DwarfUtils::GetDIEByPredicate(
inline bool operator()(DIESubrangeType* entry) const
inline bool operator()(DIESubrangeType* entry) const
inline bool operator()(DIESubrangeType* entry) const
dynamic_cast<DIESubrangeType*>(typeEntry), _type);
class DIESubrangeType;
DIESubrangeType* typeEntry,
const BString& name, DIESubrangeType* entry, Type* baseType,
class DIESubrangeType;
const BString& name, DIESubrangeType* entry,
DIESubrangeType* Entry() const
DIESubrangeType* fEntry;
DIESubrangeType::DIESubrangeType()
DIESubrangeType::Tag() const
DIESubrangeType::AddAttribute_count(uint16 attributeName,
DIESubrangeType::AddAttribute_lower_bound(uint16 attributeName,
DIESubrangeType::AddAttribute_upper_bound(uint16 attributeName,
DIESubrangeType::AddAttribute_threads_scaled(uint16 attributeName,
entry = new(std::nothrow) DIESubrangeType;
class DIESubrangeType : public DIEArrayIndexType {
DIESubrangeType();