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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h15 class DIEAddressingType;
79 DIEAddressingType* typeEntry,
H A DDwarfTypes.h21 class DIEAddressingType;
426 DIEAddressingType* entry,
436 DIEAddressingType* Entry() const
440 DIEAddressingType* fEntry;
H A DDwarfTypeFactory.cpp398 dynamic_cast<DIEAddressingType*>(typeEntry),
402 dynamic_cast<DIEAddressingType*>(typeEntry),
730 DIEAddressingType* typeEntry, address_type_kind addressKind,
734 DIEAddressingType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
735 typeEntry, HasTypePredicate<DIEAddressingType>());
H A DDwarfImageDebugInfo.cpp1248 if (dynamic_cast<DIEAddressingType*>(returnType) != NULL)
1295 DIEAddressingType* addressType =
1296 dynamic_cast<DIEAddressingType*>(type);
1299 addressType, HasTypePredicate<DIEAddressingType>());
H A DDwarfTypes.cpp1301 const BString& name, DIEAddressingType* entry,
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.h265 class DIEAddressingType : public DIEModifiedType { class in inherits:DIEModifiedType
267 DIEAddressingType();
723 class DIEPointerType : public DIEAddressingType {
739 class DIEReferenceType : public DIEAddressingType {
H A DDebugInfoEntries.cpp290 // #pragma mark - DIEAddressingType
293 DIEAddressingType::DIEAddressingType() function in class:DIEAddressingType
301 DIEAddressingType::AddAttribute_address_class(uint16 attributeName,

Completed in 97 milliseconds