Searched refs:HashTable (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h13 #include <mcld/ADT/HashTable.h>
27 typedef HashTable<HashEntryType, hash::StringHash<hash::BKDR>, EntryFactory<HashEntryType> > PathCache;
/frameworks/compile/mclinker/include/mcld/LD/
H A DObjectReader.h12 #include <mcld/ADT/HashTable.h>
28 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > GroupSignatureMap;
H A DSectionSymbolSet.h12 #include <mcld/ADT/HashTable.h>
67 typedef HashTable<SectHashEntryType,
H A DArchive.h14 #include <mcld/ADT/HashTable.h>
78 typedef HashTable<ObjectMemberEntryType,
95 typedef HashTable<ArchiveMemberEntryType,
H A DNamePool.h13 #include <mcld/ADT/HashTable.h>
38 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table;
101 // syminfo_iterator - traverse the ResolveInfo in the resolved HashTable
H A DBranchIsland.h13 #include <mcld/ADT/HashTable.h>
167 typedef HashTable<StubEntryType,
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h1 //===- HashTable.h ---------------------------------------------------------===//
22 /** \class HashTable
23 * \brief HashTable is a hash table which follows boost::unordered_map, but it
26 * mcld::HashTable is a linear probing hash table. It does not allocate
33 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy>, class in namespace:mcld
61 explicit HashTable(size_type pSize=3);
62 ~HashTable();
117 #include "HashTable.tcc"
/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h16 #include <mcld/ADT/HashTable.h>
32 typedef HashTable<StringEntry<llvm::StringRef>,
36 typedef HashTable<StringEntry<uint64_t>,
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp12 #include <mcld/ADT/HashTable.h>
81 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;
194 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> > HashTableTy;
230 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > HashTableTy;
251 typedef HashTable<HashEntryTyp
[all...]
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp28 #include <mcld/ADT/HashTable.h>
39 typedef HashTable<ParserStrEntry,
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h516 typedef HashTable<SymHashEntryType,

Completed in 635 milliseconds