Searched refs:DIECompoundType (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h18 class DIECompoundType;
72 DIECompoundType* typeEntry,
H A DDwarfTypes.h24 class DIECompoundType;
290 const BString& name, DIECompoundType* entry,
314 DIECompoundType* Entry() const
337 DIECompoundType* fEntry;
H A DDwarfTypeFactory.cpp88 inline bool operator()(DIECompoundType* entry) const
388 dynamic_cast<DIECompoundType*>(typeEntry),
467 DIECompoundType* typeEntry, compound_type_kind compoundKind, DwarfType*& _type)
495 DIECompoundType* memberOwnerEntry = DwarfUtils::GetDIEByPredicate(typeEntry,
H A DDwarfTypes.cpp672 const BString& name, DIECompoundType* entry,
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp425 // #pragma mark - DIECompoundType
428 DIECompoundType::DIECompoundType() function in class:DIECompoundType
436 DIECompoundType::IsNamespace() const
443 DIECompoundType::Specification() const
450 DIECompoundType::ByteSize() const
457 DIECompoundType::AddChild(DebugInfoEntry* child)
470 DIECompoundType::AddAttribute_byte_size(uint16 attributeName,
478 DIECompoundType::AddAttribute_specification(uint16 attributeName,
481 fSpecification = dynamic_cast<DIECompoundType*>(valu
[all...]
H A DDebugInfoEntries.h334 class DIECompoundType : public DIEDeclaredType { class in inherits:DIEDeclaredType
336 DIECompoundType();
358 DIECompoundType* fSpecification;
363 class DIEClassBaseType : public DIECompoundType {
816 class DIEUnionType : public DIECompoundType {
952 DIECompoundType* ContainingType() const
967 DIECompoundType* fContainingType;

Completed in 98 milliseconds