Searched refs:HashEntry (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntry.tcc | 13 HashEntry<KeyType, ValueType, KeyCompare>::HashEntry(const KeyType& pKey) in HashEntry() function in HashEntry 18 HashEntry<KeyType, ValueType, KeyCompare>::~HashEntry() { in ~HashEntry() 22 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) { in compare()
|
D | HashEntry.h | 33 class HashEntry { 40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; 44 explicit HashEntry(const KeyType& pKey); 45 ~HashEntry();
|
/frameworks/compile/mclinker/unittests/ |
D | HashTableTest.cpp | 64 typedef HashEntry<int*, int, PtrCompare> HashEntryType; in TEST_F() 81 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 89 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 107 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 130 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 155 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 178 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 214 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 236 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() 259 typedef HashEntry<int, int, IntCompare> HashEntryType; in TEST_F() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Archive.h | 68 typedef HashEntry<uint32_t, InputTree::iterator, OffsetCompare<uint32_t> > 83 typedef HashEntry<const llvm::StringRef,
|
D | SectionSymbolSet.h | 62 typedef HashEntry<const LDSection*, LDSymbol*, SectCompare> SectHashEntryType;
|
D | BranchIsland.h | 157 typedef HashEntry<Key, Stub*, Key::Compare> StubEntryType;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | PathCache.h | 21 typedef HashEntry<llvm::StringRef,
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptFile.cpp | 40 typedef HashEntry<std::string, void*, hash::StringCompare<std::string> >
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 508 typedef HashEntry<LDSymbol*, size_t, SymCompare> SymHashEntryType;
|