Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp19 struct GlobalTypeCache::TypeEntry { struct in GlobalTypeCache
21 TypeEntry* fNextByName;
22 TypeEntry* fNextByID;
24 TypeEntry(Type* type) in TypeEntry() function
31 ~TypeEntry() in ~TypeEntry()
40 typedef TypeEntry ValueType;
47 size_t Hash(const TypeEntry* value) const in Hash()
52 bool Compare(const BString& key, const TypeEntry* value) const in Compare()
57 TypeEntry*& GetLink(TypeEntry* value) const in GetLink()
66 typedef TypeEntry ValueType;
[all …]
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.cpp39 TypeUnit::TypeEntry() const in TypeEntry() function in TypeUnit
H A DTypeUnit.h39 DebugInfoEntry* TypeEntry() const;
H A DDwarfFile.cpp3129 return entry->unit->TypeEntry(); in _ResolveReference()
/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h50 struct TypeEntry;