Searched refs:DIETypeUnit (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h15 class DIETypeUnit;
36 DIETypeUnit* UnitEntry() const { return fUnitEntry; }
37 void SetUnitEntry(DIETypeUnit* entry);
45 DIETypeUnit* fUnitEntry;
H A DTypeUnit.cpp32 TypeUnit::SetUnitEntry(DIETypeUnit* entry)
H A DDebugInfoEntries.cpp2598 // #pragma mark - DIETypeUnit
2601 DIETypeUnit::DIETypeUnit() function in class:DIETypeUnit
2607 DIETypeUnit::Tag() const
3023 entry = new(std::nothrow) DIETypeUnit;
H A DDebugInfoEntries.h1642 class DIETypeUnit : public DIECompileUnitBase { class in inherits:DIECompileUnitBase
1644 DIETypeUnit();
H A DDwarfFile.cpp1345 DIETypeUnit* unitEntry = dynamic_cast<DIETypeUnit*>(entry);

Completed in 165 milliseconds