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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h20 class EntryFactory;
45 friend class EntryFactory<Self>;
75 class EntryFactory class in namespace:mcld
83 EntryFactory();
84 ~EntryFactory();
/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h31 typedef HashTable<HashEntryType, StringHash<BKDR>, EntryFactory<HashEntryType> > PathCache;
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp81 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableTy;
99 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16);
107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
124 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
146 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
171 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
195 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > HashTableTy;
231 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
252 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
275 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryTyp
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h82 EntryFactory<ObjectMemberEntryType> > ObjectMemberMapType;
99 EntryFactory<ArchiveMemberEntryType> > ArchiveMemberMapType;
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h410 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableType;

Completed in 729 milliseconds