Searched refs:HashEntry (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h1 //===- HashEntry.h --------------------------------------------------------===//
19 /** \class HashEntry
20 * \brief HashEntry is the item in the bucket of hash table.
22 * mcld::HashEntry illustrates the demand from mcld::HashTable.
23 * Since HashTable can change the definition of the HashEntry by changing
24 * the template argument. class mcld::HashEntry here is used to show the
26 * of the hash table which has no relation to mcld::HashEntry
28 * Since mcld::HashEntry here is a special class whose size is changing,
30 * are doing when you let a new class inherit from mcld::HashEntry.
33 class HashEntry { class in namespace:mcld
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DPathCache.h12 #include "mcld/ADT/HashEntry.h"
21 typedef HashEntry<llvm::StringRef,
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp11 #include "mcld/ADT/HashEntry.h"
64 typedef HashEntry<int*, int, PtrCompare> HashEntryType;
81 typedef HashEntry<int, int, IntCompare> HashEntryType;
89 typedef HashEntry<int, int, IntCompare> HashEntryType;
107 typedef HashEntry<int, int, IntCompare> HashEntryType;
130 typedef HashEntry<int, int, IntCompare> HashEntryType;
155 typedef HashEntry<int, int, IntCompare> HashEntryType;
178 typedef HashEntry<int, int, IntCompare> HashEntryType;
214 typedef HashEntry<int, int, IntCompare> HashEntryType;
236 typedef HashEntry<in
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionSymbolSet.h13 #include "mcld/ADT/HashEntry.h"
62 typedef HashEntry<const LDSection*, LDSymbol*, SectCompare> SectHashEntryType;
H A DArchive.h13 #include "mcld/ADT/HashEntry.h"
68 typedef HashEntry<uint32_t, InputTree::iterator, OffsetCompare<uint32_t> >
83 typedef HashEntry<const llvm::StringRef,
H A DBranchIsland.h12 #include "mcld/ADT/HashEntry.h"
157 typedef HashEntry<Key, Stub*, Key::Compare> StubEntryType;
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp11 #include "mcld/ADT/HashEntry.h"
40 typedef HashEntry<std::string, void*, hash::StringCompare<std::string> >
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h508 typedef HashEntry<LDSymbol*, size_t, SymCompare> SymHashEntryType;

Completed in 180 milliseconds