Symbol: DIECompoundType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
387
dynamic_cast<DIECompoundType*>(typeEntry),
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
466
DIECompoundType* typeEntry, compound_type_kind compoundKind, DwarfType*& _type)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
494
DIECompoundType* memberOwnerEntry = DwarfUtils::GetDIEByPredicate(typeEntry,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
87
inline bool operator()(DIECompoundType* entry) const
src/kits/debugger/debug_info/DwarfTypeFactory.h
18
class DIECompoundType;
src/kits/debugger/debug_info/DwarfTypeFactory.h
72
DIECompoundType* typeEntry,
src/kits/debugger/debug_info/DwarfTypes.cpp
672
const BString& name, DIECompoundType* entry,
src/kits/debugger/debug_info/DwarfTypes.h
24
class DIECompoundType;
src/kits/debugger/debug_info/DwarfTypes.h
290
const BString& name, DIECompoundType* entry,
src/kits/debugger/debug_info/DwarfTypes.h
314
DIECompoundType* Entry() const
src/kits/debugger/debug_info/DwarfTypes.h
337
DIECompoundType* fEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1480
fContainingType = dynamic_cast<DIECompoundType*>(type);
src/kits/debugger/dwarf/DebugInfoEntries.cpp
428
DIECompoundType::DIECompoundType()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
436
DIECompoundType::IsNamespace() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
443
DIECompoundType::Specification() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
450
DIECompoundType::ByteSize() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
457
DIECompoundType::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
470
DIECompoundType::AddAttribute_byte_size(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
478
DIECompoundType::AddAttribute_specification(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
481
fSpecification = dynamic_cast<DIECompoundType*>(value.reference);
src/kits/debugger/dwarf/DebugInfoEntries.cpp
522
return DIECompoundType::AddChild(child);
src/kits/debugger/dwarf/DebugInfoEntries.h
334
class DIECompoundType : public DIEDeclaredType {
src/kits/debugger/dwarf/DebugInfoEntries.h
336
DIECompoundType();
src/kits/debugger/dwarf/DebugInfoEntries.h
358
DIECompoundType* fSpecification;
src/kits/debugger/dwarf/DebugInfoEntries.h
363
class DIEClassBaseType : public DIECompoundType {
src/kits/debugger/dwarf/DebugInfoEntries.h
816
class DIEUnionType : public DIECompoundType {
src/kits/debugger/dwarf/DebugInfoEntries.h
952
DIECompoundType* ContainingType() const
src/kits/debugger/dwarf/DebugInfoEntries.h
967
DIECompoundType* fContainingType;