Symbol: DIESubrangeType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1024
DIESubrangeType* typeEntry, DwarfType*& _type)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1027
DIESubrangeType* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1028
typeEntry, HasTypePredicate<DIESubrangeType>());
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1034
DIESubrangeType* lowerBoundOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1064
DIESubrangeType* upperBoundOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1088
DIESubrangeType* countOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
132
inline bool operator()(DIESubrangeType* entry) const
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
143
inline bool operator()(DIESubrangeType* entry) const
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
154
inline bool operator()(DIESubrangeType* entry) const
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
439
dynamic_cast<DIESubrangeType*>(typeEntry), _type);
src/kits/debugger/debug_info/DwarfTypeFactory.h
24
class DIESubrangeType;
src/kits/debugger/debug_info/DwarfTypeFactory.h
94
DIESubrangeType* typeEntry,
src/kits/debugger/debug_info/DwarfTypes.cpp
1408
const BString& name, DIESubrangeType* entry, Type* baseType,
src/kits/debugger/debug_info/DwarfTypes.h
33
class DIESubrangeType;
src/kits/debugger/debug_info/DwarfTypes.h
480
const BString& name, DIESubrangeType* entry,
src/kits/debugger/debug_info/DwarfTypes.h
493
DIESubrangeType* Entry() const
src/kits/debugger/debug_info/DwarfTypes.h
497
DIESubrangeType* fEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1536
DIESubrangeType::DIESubrangeType()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1544
DIESubrangeType::Tag() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1551
DIESubrangeType::AddAttribute_count(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1559
DIESubrangeType::AddAttribute_lower_bound(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1567
DIESubrangeType::AddAttribute_upper_bound(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1575
DIESubrangeType::AddAttribute_threads_scaled(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2930
entry = new(std::nothrow) DIESubrangeType;
src/kits/debugger/dwarf/DebugInfoEntries.h
989
class DIESubrangeType : public DIEArrayIndexType {
src/kits/debugger/dwarf/DebugInfoEntries.h
991
DIESubrangeType();