Searched refs:HashTable (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashTable.tcc | 15 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 …]
|
D | HashTable.h | 36 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy>, 64 explicit HashTable(size_type pSize=3); 65 ~HashTable();
|
/frameworks/compile/mclinker/unittests/ |
D | HashTableTest.cpp | 81 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/ |
D | LinkerScript.h | 30 typedef HashTable<StringEntry<llvm::StringRef>, 34 typedef HashTable<StringEntry<uint64_t>, 38 typedef HashTable<StringEntry<llvm::StringRef>,
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | FragmentGraph.h | 99 typedef HashTable<FragHashEntryType, 105 typedef HashTable<SymHashEntryType,
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | PathCache.h | 30 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCa…
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Archive.h | 83 typedef HashTable<ObjectMemberEntryType, 100 typedef HashTable<ArchiveMemberEntryType,
|
D | ObjectReader.h | 32 typedef HashTable<ResolveInfo, hash::StringHash<hash::ELF> > GroupSignatureMap;
|
D | SectionSymbolSet.h | 70 typedef HashTable<SectHashEntryType,
|
D | NamePool.h | 41 typedef HashTable<ResolveInfo, hash::StringHash<hash::ELF> > Table;
|
D | BranchIsland.h | 153 typedef HashTable<StubEntryType,
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 453 typedef HashTable<SymHashEntryType,
|