Symbol: DIEUnspecifiedType
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1159
DIEUnspecifiedType* typeEntry, DwarfType*& _type)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
443
dynamic_cast<DIEUnspecifiedType*>(typeEntry), _type);
src/kits/debugger/debug_info/DwarfTypeFactory.h
28
class DIEUnspecifiedType;
src/kits/debugger/debug_info/DwarfTypeFactory.h
97
DIEUnspecifiedType* typeEntry,
src/kits/debugger/debug_info/DwarfTypes.cpp
1459
const BString& name, DIEUnspecifiedType* entry)
src/kits/debugger/debug_info/DwarfTypes.h
37
class DIEUnspecifiedType;
src/kits/debugger/debug_info/DwarfTypes.h
509
DIEUnspecifiedType* entry);
src/kits/debugger/debug_info/DwarfTypes.h
515
DIEUnspecifiedType* Entry() const
src/kits/debugger/debug_info/DwarfTypes.h
519
DIEUnspecifiedType* fEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2463
DIEUnspecifiedType::DIEUnspecifiedType()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2469
DIEUnspecifiedType::Tag() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2476
DIEUnspecifiedType::AddAttribute_decl_file(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2485
DIEUnspecifiedType::AddAttribute_decl_line(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2494
DIEUnspecifiedType::AddAttribute_decl_column(uint16 attributeName,
src/kits/debugger/dwarf/DebugInfoEntries.cpp
3008
entry = new(std::nothrow) DIEUnspecifiedType;
src/kits/debugger/dwarf/DebugInfoEntries.h
1570
class DIEUnspecifiedType : public DIEType {
src/kits/debugger/dwarf/DebugInfoEntries.h
1572
DIEUnspecifiedType();