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"
25 typedef HashTable<HashEntryType,
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h1 //===- HashTable.h --------------------------------------------------------===//
23 /** \class HashTable
24 * \brief HashTable is a hash table which follows boost::unordered_map, but it
27 * mcld::HashTable is a linear probing hash table. It does not allocate
34 class HashTable : public HashTableImpl<HashEntryTy, HashFunctionTy> { class in namespace:mcld
60 explicit HashTable(size_type pSize = 3);
61 ~HashTable();
114 DISALLOW_COPY_AND_ASSIGN(HashTable);
117 #include "HashTable.tcc"
/frameworks/compile/mclinker/include/mcld/LD/
H A DObjectReader.h11 #include "mcld/ADT/HashTable.h"
27 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> >
H A DSectionSymbolSet.h12 #include "mcld/ADT/HashTable.h"
63 typedef HashTable<SectHashEntryType,
H A DArchive.h14 #include "mcld/ADT/HashTable.h"
72 typedef HashTable<ObjectMemberEntryType,
89 typedef HashTable<ArchiveMemberEntryType,
H A DNamePool.h12 #include "mcld/ADT/HashTable.h"
33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table;
95 // syminfo_iterator - traverse the ResolveInfo in the resolved HashTable
H A DBranchIsland.h13 #include "mcld/ADT/HashTable.h"
159 typedef HashTable<StubEntryType, Key::Hash, EntryFactory<StubEntryType> >
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp12 #include "mcld/ADT/HashTable.h"
65 typedef HashTable<HashEntryType, PtrHash, EntryFactory<HashEntryType> >
82 HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> > hashTable(16);
90 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
108 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
131 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
156 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
179 typedef HashTable<HashEntryType, IntMod3Hash, EntryFactory<HashEntryType> >
215 typedef HashTable<HashEntryType, IntHash, EntryFactory<HashEntryType> >
237 typedef HashTable<HashEntryTyp
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h12 #include "mcld/ADT/HashTable.h"
35 typedef HashTable<StringEntry<llvm::StringRef>,
39 typedef HashTable<StringEntry<uint64_t>,
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp12 #include "mcld/ADT/HashTable.h"
42 typedef HashTable<ParserStrEntry,
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h509 typedef HashTable<SymHashEntryType,

Completed in 166 milliseconds