Searched refs:DIEArrayIndexType (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1078 DIEArrayIndexType* dimensionTypeEntry = dimensionType != NULL
1079 ? dynamic_cast<DIEArrayIndexType*>(dimensionType->GetDIEType())
1082 DIEArrayIndexType* bitStrideOwnerEntry
1084 HasBitStridePredicate<DIEArrayIndexType>());
1101 DIEArrayIndexType* byteStrideOwnerEntry
1103 HasByteStridePredicate<DIEArrayIndexType>());
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp657 // #pragma mark - DIEArrayIndexType
660 DIEArrayIndexType::DIEArrayIndexType() function in class:DIEArrayIndexType
666 DIEArrayIndexType::ByteSize() const
673 DIEArrayIndexType::AddAttribute_bit_stride(uint16 attributeName,
681 DIEArrayIndexType::AddAttribute_byte_size(uint16 attributeName,
689 DIEArrayIndexType::AddAttribute_byte_stride(uint16 attributeName,
H A DDebugInfoEntries.h447 class DIEArrayIndexType : public DIEDerivedType { class in inherits:DIEDerivedType
449 DIEArrayIndexType();
545 class DIEEnumerationType : public DIEArrayIndexType {
989 class DIESubrangeType : public DIEArrayIndexType {

Completed in 99 milliseconds