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

/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp20 struct GlobalTypeCache::TypeEntry { struct in class:GlobalTypeCache
22 TypeEntry* fNextByName;
23 TypeEntry* fNextByID;
25 TypeEntry(Type* type) function in struct:GlobalTypeCache::TypeEntry
32 ~TypeEntry()
41 typedef TypeEntry ValueType;
48 size_t Hash(const TypeEntry* value) const
53 bool Compare(const BString& key, const TypeEntry* value) const
58 TypeEntry*& GetLink(TypeEntry* valu
[all...]
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.cpp39 TypeUnit::TypeEntry() const function in class:TypeUnit
H A DTypeUnit.h39 DebugInfoEntry* TypeEntry() const;
H A DDwarfFile.cpp3129 return entry->unit->TypeEntry();
/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h50 struct TypeEntry;

Completed in 112 milliseconds