Symbol: DIEAddressingType
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1247
if (dynamic_cast<DIEAddressingType*>(returnType) != NULL)
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1294
DIEAddressingType* addressType =
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1295
dynamic_cast<DIEAddressingType*>(type);
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
1298
addressType, HasTypePredicate<DIEAddressingType>());
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
397
dynamic_cast<DIEAddressingType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
401
dynamic_cast<DIEAddressingType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
729
DIEAddressingType* typeEntry, address_type_kind addressKind,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
733
DIEAddressingType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
734
typeEntry, HasTypePredicate<DIEAddressingType>());
src/kits/debugger/debug_info/DwarfTypeFactory.h
15
class DIEAddressingType;
src/kits/debugger/debug_info/DwarfTypeFactory.h
79
DIEAddressingType* typeEntry,
src/kits/debugger/debug_info/DwarfTypes.cpp
1301
const BString& name, DIEAddressingType* entry,
src/kits/debugger/debug_info/DwarfTypes.h
21
class DIEAddressingType;
src/kits/debugger/debug_info/DwarfTypes.h
426
DIEAddressingType* entry,
src/kits/debugger/debug_info/DwarfTypes.h
436
DIEAddressingType* Entry() const
src/kits/debugger/debug_info/DwarfTypes.h
440
DIEAddressingType* fEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
293
DIEAddressingType::DIEAddressingType()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
301
DIEAddressingType::AddAttribute_address_class(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.h
265
class DIEAddressingType : public DIEModifiedType {
src/kits/debugger/dwarf/DebugInfoEntries.h
267
DIEAddressingType();
src/kits/debugger/dwarf/DebugInfoEntries.h
723
class DIEPointerType : public DIEAddressingType {
src/kits/debugger/dwarf/DebugInfoEntries.h
739
class DIEReferenceType : public DIEAddressingType {