Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp66 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in LookupBucketFor() local
121 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in FindKey() local
186 unsigned *HashTable = (unsigned *)(TheTable + NumBuckets + 1); in RehashTable() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h423 HashTableTy HashTable; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp156 typedef DenseMap<BlockNode::IndexType, Weight> HashTable; in combineWeightsByHashing() typedef
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp590 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck() local