Home
last modified time | relevance | path

Searched defs:HashTable (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libc/src/__support/HashTable/
H A Dtable.h88 struct HashTable { global() struct
101 full_capacityHashTable global() argument
105 table_alignmentHashTable table_alignment() argument
119 offset_to_groupsHashTable offset_to_groups() argument
123 entryHashTable entry() argument
127 entryHashTable entry() argument
131 controlHashTable control() argument
136 controlHashTable control() argument
144 set_ctrlHashTable set_ctrl() argument
150 findHashTable find() argument
176 oneshot_hashHashTable oneshot_hash() argument
206 growHashTable grow() argument
221 insertHashTable insert() argument
252 deallocateHashTable deallocate() argument
260 allocateHashTable allocate() argument
294 FullTableIteratorHashTable global() argument
346 insertHashTable insert() argument
[all...]
/llvm-project/libc/fuzzing/__support/
H A Dhashtable_fuzz.cpp120 : table(internal::HashTable::allocate(size, seed)) {} in HashTable() function in LIBC_NAMESPACE::HashTable
122 ~HashTable() { internal::HashTable::deallocate(table); } in HashTable() function in LIBC_NAMESPACE::HashTable
114 class HashTable { global() class
118 HashTable(uint64_t size, uint64_t seed) HashTable() function in LIBC_NAMESPACE::HashTable
[all...]
/llvm-project/llvm/lib/Support/
H A DStringMap.cpp97 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in LookupBucketFor() local
156 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in FindKey() local
235 unsigned *HashTable = getHashTable(TheTable, NumBuckets); in RehashTable() local
/llvm-project/llvm/unittests/ADT/
H A DConcurrentHashtableTest.cpp46 HashTable(Allocator, 10); in TEST() local
102 HashTable(Allocator); in TEST() local
160 HashTable(Allocator, 100); in TEST() local
217 HashTable(Allocator); in TEST() local
268 HashTable(Allocator, 100); in TEST() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h31 template <typename ValueT> class HashTable; variable
111 HashTable() { Buckets.resize(8); } in HashTable() function
112 explicit HashTable(uint32_t Capacity) { in HashTable() function
/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h61 using HashTable = llvm::OnDiskIterableChainedHashTable<Info>; member
/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h163 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1), in StringMap() local
/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp131 static bool HashTable; global() variable
H A DELFDumper.cpp388 const Elf_Hash *HashTable = nullptr; member in __anon3d1ec8af0111::ELFDumper
[all...]
/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp201 using HashTable = DenseMap<BlockNode::IndexType, Weight>; in combineWeightsByHashing() typedef
/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h659 HashTableTy HashTable; variable
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp847 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); EmitTypeCheck() local