Searched refs:DIESubrangeType (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h24 class DIESubrangeType;
94 DIESubrangeType* typeEntry,
H A DDwarfTypeFactory.cpp133 inline bool operator()(DIESubrangeType* entry) const
144 inline bool operator()(DIESubrangeType* entry) const
155 inline bool operator()(DIESubrangeType* entry) const
440 dynamic_cast<DIESubrangeType*>(typeEntry), _type);
1025 DIESubrangeType* typeEntry, DwarfType*& _type)
1028 DIESubrangeType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
1029 typeEntry, HasTypePredicate<DIESubrangeType>());
1035 DIESubrangeType* lowerBoundOwnerEntry = DwarfUtils::GetDIEByPredicate(
1065 DIESubrangeType* upperBoundOwnerEntry = DwarfUtils::GetDIEByPredicate(
1089 DIESubrangeType* countOwnerEntr
[all...]
H A DDwarfTypes.h33 class DIESubrangeType;
480 const BString& name, DIESubrangeType* entry,
493 DIESubrangeType* Entry() const
497 DIESubrangeType* fEntry;
H A DDwarfTypes.cpp1408 const BString& name, DIESubrangeType* entry, Type* baseType,
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp1533 // #pragma mark - DIESubrangeType
1536 DIESubrangeType::DIESubrangeType() function in class:DIESubrangeType
1544 DIESubrangeType::Tag() const
1551 DIESubrangeType::AddAttribute_count(uint16 attributeName,
1559 DIESubrangeType::AddAttribute_lower_bound(uint16 attributeName,
1567 DIESubrangeType::AddAttribute_upper_bound(uint16 attributeName,
1575 DIESubrangeType::AddAttribute_threads_scaled(uint16 attributeName,
2930 entry = new(std::nothrow) DIESubrangeType;
H A DDebugInfoEntries.h989 class DIESubrangeType : public DIEArrayIndexType { class in inherits:DIEArrayIndexType
991 DIESubrangeType();

Completed in 110 milliseconds