Symbol: DwarfArrayType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
911
DwarfArrayType* type = new(std::nothrow) DwarfArrayType(fTypeContext, name,
src/kits/debugger/debug_info/DwarfTypeFactory.h
31
class DwarfArrayType;
src/kits/debugger/debug_info/DwarfTypes.cpp
1004
DwarfArrayType::~DwarfArrayType()
src/kits/debugger/debug_info/DwarfTypes.cpp
1016
DwarfArrayType::BaseType() const
src/kits/debugger/debug_info/DwarfTypes.cpp
1023
DwarfArrayType::CountDimensions() const
src/kits/debugger/debug_info/DwarfTypes.cpp
1030
DwarfArrayType::DimensionAt(int32 index) const
src/kits/debugger/debug_info/DwarfTypes.cpp
1037
DwarfArrayType::ResolveElementLocation(const ArrayIndexPath& indexPath,
src/kits/debugger/debug_info/DwarfTypes.cpp
1203
DwarfArrayType::GetDIEType() const
src/kits/debugger/debug_info/DwarfTypes.cpp
1210
DwarfArrayType::AddDimension(DwarfArrayDimension* dimension)
src/kits/debugger/debug_info/DwarfTypes.cpp
273
DwarfArrayType* resultType = NULL;
src/kits/debugger/debug_info/DwarfTypes.cpp
276
resultType = dynamic_cast<DwarfArrayType*>(this);
src/kits/debugger/debug_info/DwarfTypes.cpp
282
DwarfArrayType(fTypeContext, derivedName, NULL, this);
src/kits/debugger/debug_info/DwarfTypes.cpp
993
DwarfArrayType::DwarfArrayType(DwarfTypeContext* typeContext,
src/kits/debugger/debug_info/DwarfTypes.h
344
class DwarfArrayType : public ArrayType, public DwarfType {
src/kits/debugger/debug_info/DwarfTypes.h
346
DwarfArrayType(DwarfTypeContext* typeContext,
src/kits/debugger/debug_info/DwarfTypes.h
349
~DwarfArrayType();