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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h28 class DIEUnspecifiedType;
97 DIEUnspecifiedType* typeEntry,
H A DDwarfTypes.h37 class DIEUnspecifiedType;
509 DIEUnspecifiedType* entry);
515 DIEUnspecifiedType* Entry() const
519 DIEUnspecifiedType* fEntry;
H A DDwarfTypeFactory.cpp444 dynamic_cast<DIEUnspecifiedType*>(typeEntry), _type);
1160 DIEUnspecifiedType* typeEntry, DwarfType*& _type)
H A DDwarfTypes.cpp1459 const BString& name, DIEUnspecifiedType* entry)
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp2460 // #pragma mark - DIEUnspecifiedType
2463 DIEUnspecifiedType::DIEUnspecifiedType() function in class:DIEUnspecifiedType
2469 DIEUnspecifiedType::Tag() const
2476 DIEUnspecifiedType::AddAttribute_decl_file(uint16 attributeName,
2485 DIEUnspecifiedType::AddAttribute_decl_line(uint16 attributeName,
2494 DIEUnspecifiedType::AddAttribute_decl_column(uint16 attributeName,
3008 entry = new(std::nothrow) DIEUnspecifiedType;
H A DDebugInfoEntries.h1570 class DIEUnspecifiedType : public DIEType { class in inherits:DIEType
1572 DIEUnspecifiedType();

Completed in 109 milliseconds