Home
last modified time | relevance | path

Searched refs:TypeUnit (Results 1 – 5 of 5) sorted by relevance

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