Searched refs:EntryFactory (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntry.tcc | 32 EntryFactory<HashEntryTy>::EntryFactory() in EntryFactory() function in EntryFactory 37 EntryFactory<HashEntryTy>::~EntryFactory() in ~EntryFactory() 42 void EntryFactory<HashEntryTy>::destroy(HashEntryTy* pEntry) in destroy() 49 EntryFactory<HashEntryTy>::produce(const typename EntryFactory<HashEntryTy>::key_type& pKey) in produce()
|
D | HashEntry.h | 17 class EntryFactory; variable 42 friend class EntryFactory<Self>; variable 72 class EntryFactory 80 EntryFactory(); 81 ~EntryFactory();
|
/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/Support/ |
D | PathCache.h | 27 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCa…
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Archive.h | 80 EntryFactory<ObjectMemberEntryType> > ObjectMemberMapType; 97 EntryFactory<ArchiveMemberEntryType> > ArchiveMemberMapType;
|
D | SectionSymbolSet.h | 69 EntryFactory<SectHashEntryType> > SectHashTableType;
|
D | BranchIsland.h | 169 EntryFactory<StubEntryType> > StubMapType;
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptFile.cpp | 41 EntryFactory<ParserStrEntry> > ParserStrPool;
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 518 EntryFactory<SymHashEntryType> > HashTableType;
|