Searched refs:TypeEntry (Results 1 – 5 of 5) sorted by relevance
19 struct GlobalTypeCache::TypeEntry { struct in GlobalTypeCache21 TypeEntry* fNextByName;22 TypeEntry* fNextByID;24 TypeEntry(Type* type) in TypeEntry() function31 ~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 …]
39 TypeUnit::TypeEntry() const in TypeEntry() function in TypeUnit
39 DebugInfoEntry* TypeEntry() const;
3129 return entry->unit->TypeEntry(); in _ResolveReference()
50 struct TypeEntry;