reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
34 template <typename ValueT> class HashTable;
43 HashTableIterator(const HashTable<ValueT> &Map, uint32_t Index, 48 HashTableIterator(const HashTable<ValueT> &Map) : Map(&Map) { 96 const HashTable<ValueT> *Map; 316 HashTable NewMap(NewCapacity);include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h
29 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; 39 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
62 HashTable<support::ulittle32_t> OffsetIndexMap;
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h 100 HashTable<SrcHeaderBlockEntry> InjectedSourceTable;
include/llvm/DebugInfo/PDB/Native/TpiStream.h53 HashTable<support::ulittle32_t> &getHashAdjusters(); 88 HashTable<support::ulittle32_t> HashAdjusters;lib/DebugInfo/PDB/Native/TpiStream.cpp
238 HashTable<support::ulittle32_t> &TpiStream::getHashAdjusters() {
unittests/DebugInfo/PDB/HashTableTest.cpp 37 class HashTableInternals : public HashTable<T> {