Searched refs:DIEArrayType (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h16 class DIEArrayType;
88 DIEArrayType* typeEntry,
H A DDwarfTypes.h22 class DIEArrayType;
347 const BString& name, DIEArrayType* entry,
367 DIEArrayType* Entry() const
374 DIEArrayType* fEntry;
H A DDwarfTypeFactory.cpp77 inline bool operator()(DIEArrayType* entry) const
432 dynamic_cast<DIEArrayType*>(typeEntry), _type);
888 DIEArrayType* typeEntry, DwarfType*& _type)
894 DIEArrayType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
895 typeEntry, HasTypePredicate<DIEArrayType>());
919 DIEArrayType* dimensionOwnerEntry = DwarfUtils::GetDIEByPredicate(
H A DDwarfTypes.cpp994 const BString& name, DIEArrayType* entry, DwarfType* baseType)
1047 DIEArrayType* bitStrideOwnerEntry = NULL;
1049 fEntry, HasBitStridePredicate<DIEArrayType>()))) {
H A DDwarfImageDebugInfo.cpp1305 DIEArrayType* arrayType =
1306 dynamic_cast<DIEArrayType*>(type);
1309 arrayType, HasTypePredicate<DIEArrayType>());
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp696 // #pragma mark - DIEArrayType
699 DIEArrayType::DIEArrayType() function in class:DIEArrayType
708 DIEArrayType::Tag() const
715 DIEArrayType::InitAfterHierarchy(DebugInfoEntryInitInfo& info)
723 DIEArrayType::Specification() const
730 DIEArrayType::ByteSize() const
737 DIEArrayType::AddChild(DebugInfoEntry* child)
751 DIEArrayType::AddAttribute_ordering(uint16 attributeName,
760 DIEArrayType
[all...]
H A DDebugInfoEntries.h475 class DIEArrayType : public DIEDerivedType { class in inherits:DIEDerivedType
477 DIEArrayType();
511 DIEArrayType* fSpecification;

Completed in 171 milliseconds