Symbol: DIEEnumerationType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
435
dynamic_cast<DIEEnumerationType*>(typeEntry), _type);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
65
inline bool operator()(DIEEnumerationType* entry) const
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
957
DIEEnumerationType* typeEntry, DwarfType*& _type)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
960
DIEEnumerationType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
961
typeEntry, HasTypePredicate<DIEEnumerationType>());
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
979
DIEEnumerationType* enumeratorOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.h
19
class DIEEnumerationType;
src/kits/debugger/debug_info/DwarfTypeFactory.h
91
DIEEnumerationType* typeEntry,
src/kits/debugger/debug_info/DwarfTypes.cpp
1344
const BString& name, DIEEnumerationType* entry, DwarfType* baseType)
src/kits/debugger/debug_info/DwarfTypes.h
25
class DIEEnumerationType;
src/kits/debugger/debug_info/DwarfTypes.h
451
DIEEnumerationType* entry,
src/kits/debugger/debug_info/DwarfTypes.h
464
DIEEnumerationType* Entry() const
src/kits/debugger/debug_info/DwarfTypes.h
471
DIEEnumerationType* fEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2861
entry = new(std::nothrow) DIEEnumerationType;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
825
DIEEnumerationType::DIEEnumerationType()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
833
DIEEnumerationType::Tag() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
840
DIEEnumerationType::Specification() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
847
DIEEnumerationType::AddChild(DebugInfoEntry* child)
src/kits/debugger/dwarf/DebugInfoEntries.cpp
859
DIEEnumerationType::AddAttribute_specification(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
862
fSpecification = dynamic_cast<DIEEnumerationType*>(value.reference);
src/kits/debugger/dwarf/DebugInfoEntries.h
545
class DIEEnumerationType : public DIEArrayIndexType {
src/kits/debugger/dwarf/DebugInfoEntries.h
547
DIEEnumerationType();
src/kits/debugger/dwarf/DebugInfoEntries.h
562
DIEEnumerationType* fSpecification;
src/kits/debugger/dwarf/DwarfFile.cpp
910
if (DIEEnumerationType* enumerationType
src/kits/debugger/dwarf/DwarfFile.cpp
911
= dynamic_cast<DIEEnumerationType*>(