Searched refs:TypeUnit (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.cpp5 #include "TypeUnit.h"
12 TypeUnit::TypeUnit(off_t headerOffset, off_t contentOffset, function in class:TypeUnit
26 TypeUnit::~TypeUnit()
32 TypeUnit::SetUnitEntry(DIETypeUnit* entry)
39 TypeUnit::TypeEntry() const
46 TypeUnit::SetTypeEntry(DebugInfoEntry* entry)
53 TypeUnit::Kind() const
H A DTypeUnit.h18 class TypeUnit : public BaseUnit { class in inherits:BaseUnit
20 TypeUnit(off_t headerOffset,
29 ~TypeUnit();
54 TypeUnit* unit;
57 TypeUnitTableEntry(uint64 signature, TypeUnit* unit)
H A DDwarfFile.h16 #include "TypeUnit.h"
127 status_t _ParseTypeUnit(TypeUnit* unit);
H A DDwarfFile.cpp1132 TypeUnit* unit = new(std::nothrow) TypeUnit(
1324 DwarfFile::_ParseTypeUnit(TypeUnit* unit)

Completed in 101 milliseconds