Searched refs:HashEntryType (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h28 StringCompare<llvm::StringRef> > HashEntryType; typedef in namespace:mcld::sys::fs::__anon1264
31 typedef HashTable<HashEntryType, StringHash<BKDR>, EntryFactory<HashEntryType> > PathCache;
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp80 typedef HashEntry<int*, int, PtrCompare> HashEntryType; typedef
81 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableTy;
98 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
99 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16);
106 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
107 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
123 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
145 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
170 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
194 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
230 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
251 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
274 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
305 typedef HashEntry<int, int, IntCompare> HashEntryType; typedef
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h409 typedef HashEntry<LDSymbol*, size_t, SymCompare> HashEntryType; typedef in class:mcld::GNULDBackend
410 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> > HashTableType;

Completed in 373 milliseconds