Symbol: DwarfCompoundType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1269
DwarfCompoundType* compoundContainingType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1270
= dynamic_cast<DwarfCompoundType*>(containingType);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
472
DwarfCompoundType* type = new(std::nothrow) DwarfCompoundType(fTypeContext,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
476
BReference<DwarfCompoundType> typeReference(type, true);
src/kits/debugger/debug_info/DwarfTypeFactory.h
32
class DwarfCompoundType;
src/kits/debugger/debug_info/DwarfTypes.cpp
1565
DIEPointerToMemberType* entry, DwarfCompoundType* containingType,
src/kits/debugger/debug_info/DwarfTypes.cpp
671
DwarfCompoundType::DwarfCompoundType(DwarfTypeContext* typeContext,
src/kits/debugger/debug_info/DwarfTypes.cpp
682
DwarfCompoundType::~DwarfCompoundType()
src/kits/debugger/debug_info/DwarfTypes.cpp
699
DwarfCompoundType::CompoundKind() const
src/kits/debugger/debug_info/DwarfTypes.cpp
706
DwarfCompoundType::CountBaseTypes() const
src/kits/debugger/debug_info/DwarfTypes.cpp
713
DwarfCompoundType::BaseTypeAt(int32 index) const
src/kits/debugger/debug_info/DwarfTypes.cpp
720
DwarfCompoundType::CountDataMembers() const
src/kits/debugger/debug_info/DwarfTypes.cpp
727
DwarfCompoundType::DataMemberAt(int32 index) const
src/kits/debugger/debug_info/DwarfTypes.cpp
734
DwarfCompoundType::CountTemplateParameters() const
src/kits/debugger/debug_info/DwarfTypes.cpp
741
DwarfCompoundType::TemplateParameterAt(int32 index) const
src/kits/debugger/debug_info/DwarfTypes.cpp
748
DwarfCompoundType::ResolveBaseTypeLocation(BaseType* _baseType,
src/kits/debugger/debug_info/DwarfTypes.cpp
761
DwarfCompoundType::ResolveDataMemberLocation(DataMember* _member,
src/kits/debugger/debug_info/DwarfTypes.cpp
859
DwarfCompoundType::GetDIEType() const
src/kits/debugger/debug_info/DwarfTypes.cpp
866
DwarfCompoundType::AddInheritance(DwarfInheritance* inheritance)
src/kits/debugger/debug_info/DwarfTypes.cpp
877
DwarfCompoundType::AddDataMember(DwarfDataMember* member)
src/kits/debugger/debug_info/DwarfTypes.cpp
888
DwarfCompoundType::AddTemplateParameter(DwarfTemplateParameter* parameter)
src/kits/debugger/debug_info/DwarfTypes.cpp
899
DwarfCompoundType::_ResolveDataMemberLocation(DwarfType* memberType,
src/kits/debugger/debug_info/DwarfTypes.h
287
class DwarfCompoundType : public CompoundType, public DwarfType {
src/kits/debugger/debug_info/DwarfTypes.h
289
DwarfCompoundType(DwarfTypeContext* typeContext,
src/kits/debugger/debug_info/DwarfTypes.h
292
~DwarfCompoundType();
src/kits/debugger/debug_info/DwarfTypes.h
566
DwarfCompoundType* containingType,
src/kits/debugger/debug_info/DwarfTypes.h
580
DwarfCompoundType* fContainingType;