Home
last modified time | relevance | path

Searched refs:HashTable (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.tcc15 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::HashTable(size_type pSize) in HashTable() function in HashTable
23 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::~HashTable() in ~HashTable()
40 void HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::clear() in clear()
63 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::entry_type*
64 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::insert( in insert()
65 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey, in insert()
94 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::size_type
95 HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::erase( in erase()
96 const typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::key_type& pKey) in erase()
115 typename HashTable<HashEntryTy, HashFunctionTy, EntryFactoryTy>::iterator
[all …]
DHashTable.h36 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy>,
64 explicit HashTable(size_type pSize=3);
65 ~HashTable();
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp81 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
99 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16); in TEST_F()
107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
124 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
146 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
171 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
194 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
230 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
251 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
274 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy; in TEST_F()
[all …]
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h30 typedef HashTable<StringEntry<llvm::StringRef>,
34 typedef HashTable<StringEntry<uint64_t>,
38 typedef HashTable<StringEntry<llvm::StringRef>,
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentGraph.h99 typedef HashTable<FragHashEntryType,
105 typedef HashTable<SymHashEntryType,
/frameworks/compile/mclinker/include/mcld/Support/
DPathCache.h30 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCa…
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h83 typedef HashTable<ObjectMemberEntryType,
100 typedef HashTable<ArchiveMemberEntryType,
DObjectReader.h32 typedef HashTable<ResolveInfo, hash::StringHash<hash::ELF> > GroupSignatureMap;
DSectionSymbolSet.h70 typedef HashTable<SectHashEntryType,
DNamePool.h41 typedef HashTable<ResolveInfo, hash::StringHash<hash::ELF> > Table;
DBranchIsland.h153 typedef HashTable<StubEntryType,
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h453 typedef HashTable<SymHashEntryType,